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

Unified Diff: components/sync/device_info/device_info.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_info.h
diff --git a/components/sync/device_info/device_info.h b/components/sync/device_info/device_info.h
index 2dc1326e3cc382401471874d6b1d07cacd3d6087..664741e3ee1941c0cd66b90db95417d6ce135333 100644
--- a/components/sync/device_info/device_info.h
+++ b/components/sync/device_info/device_info.h
@@ -15,7 +15,7 @@ namespace base {
class DictionaryValue;
}
-namespace syncer {
+namespace sync_driver {
// A class that holds information regarding the properties of a device.
class DeviceInfo {
@@ -96,6 +96,6 @@ class DeviceInfo {
DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
};
-} // namespace syncer
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_H_
« no previous file with comments | « components/sync/device_info/device_count_metrics_provider_unittest.cc ('k') | components/sync/device_info/device_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698