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 a0b7fed14cf1ccc9c1953f10cf9792c3e99eec02..f81a927a1a17221e664792027b87fb1c082afc44 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 sync_driver { |
+namespace syncer { |
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( |
- sync_driver::SyncService* service, |
+ SyncService* service, |
SigninManagerBase* signin, |
version_info::Channel channel); |
} // namespace sync_ui_util |
-} // namespace sync_driver |
+} // namespace syncer |
#endif // COMPONENTS_SYNC_DRIVER_ABOUT_SYNC_UTIL_H_ |