| Index: components/sync/device_info/device_count_metrics_provider.h
|
| diff --git a/components/sync/driver/device_count_metrics_provider.h b/components/sync/device_info/device_count_metrics_provider.h
|
| similarity index 89%
|
| rename from components/sync/driver/device_count_metrics_provider.h
|
| rename to components/sync/device_info/device_count_metrics_provider.h
|
| index 1bdbba5a547c95b578c3ef6344be633ffa263ec3..8c1bc2f268ddfd5c7418d50975caf9e84b7c3980 100644
|
| --- a/components/sync/driver/device_count_metrics_provider.h
|
| +++ b/components/sync/device_info/device_count_metrics_provider.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SYNC_DRIVER_DEVICE_COUNT_METRICS_PROVIDER_H_
|
| -#define COMPONENTS_SYNC_DRIVER_DEVICE_COUNT_METRICS_PROVIDER_H_
|
| +#ifndef COMPONENTS_SYNC_DEVICE_INFO_DEVICE_COUNT_METRICS_PROVIDER_H_
|
| +#define COMPONENTS_SYNC_DEVICE_INFO_DEVICE_COUNT_METRICS_PROVIDER_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -50,4 +50,4 @@ class DeviceCountMetricsProvider : public metrics::MetricsProvider {
|
|
|
| } // namespace sync_driver
|
|
|
| -#endif // COMPONENTS_SYNC_DRIVER_DEVICE_COUNT_METRICS_PROVIDER_H_
|
| +#endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_COUNT_METRICS_PROVIDER_H_
|
|
|