Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: components/sync/device_info/device_count_metrics_provider.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/device_info/device_count_metrics_provider.h
diff --git a/components/sync/device_info/device_count_metrics_provider.h b/components/sync/device_info/device_count_metrics_provider.h
index dcd845284e358da0790cff97f8ba198c57219241..8c1bc2f268ddfd5c7418d50975caf9e84b7c3980 100644
--- a/components/sync/device_info/device_count_metrics_provider.h
+++ b/components/sync/device_info/device_count_metrics_provider.h
@@ -12,7 +12,7 @@
#include "base/macros.h"
#include "components/metrics/metrics_provider.h"
-namespace syncer {
+namespace sync_driver {
class DeviceInfoTracker;
@@ -27,7 +27,8 @@ class DeviceInfoTracker;
// would be much trickier.
class DeviceCountMetricsProvider : public metrics::MetricsProvider {
public:
- typedef base::Callback<void(std::vector<const DeviceInfoTracker*>* trackers)>
+ typedef base::Callback<void(
+ std::vector<const sync_driver::DeviceInfoTracker*>* trackers)>
ProvideTrackersCallback;
explicit DeviceCountMetricsProvider(
@@ -47,6 +48,6 @@ class DeviceCountMetricsProvider : public metrics::MetricsProvider {
DISALLOW_COPY_AND_ASSIGN(DeviceCountMetricsProvider);
};
-} // namespace syncer
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_COUNT_METRICS_PROVIDER_H_
« no previous file with comments | « components/sync/core_impl/test/test_user_share.cc ('k') | components/sync/device_info/device_count_metrics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698