Chromium Code Reviews| Index: chrome/browser/ui/webui/options/sync_setup_handler.h |
| diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.h b/chrome/browser/ui/webui/options/sync_setup_handler.h |
| index 2c5390e5a88c4a1ac539b2e70b5ac3d45c9e325b..6791bb11f71c3cffe88b059ad49fc643c20d6434 100644 |
| --- a/chrome/browser/ui/webui/options/sync_setup_handler.h |
| +++ b/chrome/browser/ui/webui/options/sync_setup_handler.h |
| @@ -16,9 +16,12 @@ |
| #include "chrome/browser/ui/webui/signin/login_ui_service.h" |
| class LoginUIService; |
| -class ProfileSyncService; |
| class SigninManagerBase; |
| +namespace browser_sync { |
| +class ProfileSyncService; |
| +} |
|
skym
2016/09/22 17:25:59
Closing namespaces.
maxbogue
2016/09/22 19:41:15
Done.
|
| + |
| namespace content { |
| class WebContents; |
| } |
| @@ -97,7 +100,7 @@ class SyncSetupHandler : public options::OptionsPageUIHandler, |
| // Helper routine that gets the ProfileSyncService associated with the parent |
| // profile. |
| - ProfileSyncService* GetSyncService() const; |
| + browser_sync::ProfileSyncService* GetSyncService() const; |
| // Returns the LoginUIService for the parent profile. |
| LoginUIService* GetLoginUIService() const; |