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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/local_device_info_provider.h
diff --git a/components/sync/device_info/local_device_info_provider.h b/components/sync/device_info/local_device_info_provider.h
index bad57c688a692a78e49f9762ac92280fffdd72a7..08e33c411a610a9ea4ad74d2e13702713718397f 100644
--- a/components/sync/device_info/local_device_info_provider.h
+++ b/components/sync/device_info/local_device_info_provider.h
@@ -14,7 +14,7 @@ namespace base {
class TaskRunner;
}
-namespace sync_driver {
+namespace syncer {
class DeviceInfo;
@@ -59,6 +59,6 @@ class LocalDeviceInfoProvider {
virtual void Clear() = 0;
};
-} // namespace sync_driver
+} // namespace syncer
#endif // COMPONENTS_SYNC_DEVICE_INFO_LOCAL_DEVICE_INFO_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698