// components/metrics/dwa/mojom/dwa_interface.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_METRICS_DWA_MOJOM_DWA_INTERFACE_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_METRICS_DWA_MOJOM_DWA_INTERFACE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace metrics::dwa::mojom {
namespace messages {


enum class DwaRecorderClientInterface : uint32_t {
};
enum class DwaRecorderInterface : uint32_t {
  kAddEntry = 0,
};
enum class DwaRecorderFactory : uint32_t {
  kCreateDwaRecorder = 0,
};

}  // namespace messages

}  // metrics::dwa::mojom

#endif  // COMPONENTS_METRICS_DWA_MOJOM_DWA_INTERFACE_MOJOM_SHARED_MESSAGE_IDS_H_