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

Unified Diff: components/sync/driver/about_sync_util.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/driver/about_sync_util.h
diff --git a/components/sync/driver/about_sync_util.h b/components/sync/driver/about_sync_util.h
index f81a927a1a17221e664792027b87fb1c082afc44..a0b7fed14cf1ccc9c1953f10cf9792c3e99eec02 100644
--- a/components/sync/driver/about_sync_util.h
+++ b/components/sync/driver/about_sync_util.h
@@ -15,7 +15,7 @@ namespace base {
class DictionaryValue;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
@@ -67,12 +67,12 @@ extern const char kUpdate[];
// required to populate the 'About' tab of about:sync.
// Note that |service| may be NULL.
std::unique_ptr<base::DictionaryValue> ConstructAboutInformation(
- SyncService* service,
+ sync_driver::SyncService* service,
SigninManagerBase* signin,
version_info::Channel channel);
} // namespace sync_ui_util
-} // namespace syncer
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DRIVER_ABOUT_SYNC_UTIL_H_
« no previous file with comments | « components/sync/device_info/local_device_info_provider_unittest.cc ('k') | components/sync/driver/about_sync_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698