Index: chrome/browser/ui/webui/options/browser_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h |
index 20d1bf901883fa166304b5e7001a331b7dbc6ee8..e0c4fa2f7dd62a816122bf3af7c1227bb5f194e4 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.h |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
@@ -58,7 +58,7 @@ namespace options { |
class BrowserOptionsHandler |
: public OptionsPageUIHandler, |
public ProfileAttributesStorage::Observer, |
- public sync_driver::SyncServiceObserver, |
+ public syncer::SyncServiceObserver, |
public SigninManagerBase::Observer, |
public ui::SelectFileDialog::Listener, |
#if defined(OS_CHROMEOS) |
@@ -81,7 +81,7 @@ class BrowserOptionsHandler |
void RegisterMessages() override; |
void Uninitialize() override; |
- // sync_driver::SyncServiceObserver implementation. |
+ // syncer::SyncServiceObserver implementation. |
void OnStateChanged() override; |
// SigninManagerBase::Observer implementation. |