Chromium Code Reviews| Index: chrome/browser/ui/ash/app_sync_ui_state.h |
| diff --git a/chrome/browser/ui/ash/app_sync_ui_state.h b/chrome/browser/ui/ash/app_sync_ui_state.h |
| index c038227160319f6c307769c7a1e536671b7c7fde..e48d8c779e400c6da1209ed732b3a11e3890f376 100644 |
| --- a/chrome/browser/ui/ash/app_sync_ui_state.h |
| +++ b/chrome/browser/ui/ash/app_sync_ui_state.h |
| @@ -17,7 +17,10 @@ |
| class AppSyncUIStateObserver; |
| class Profile; |
| + |
| +namespace browser_sync { |
| class ProfileSyncService; |
| +} |
|
skym
2016/09/22 17:25:58
Closing namespaces.
maxbogue
2016/09/22 19:41:14
Done.
|
| namespace extensions { |
| class ExtensionRegistry; |
| @@ -75,7 +78,7 @@ class AppSyncUIState : public KeyedService, |
| const extensions::Extension* extension) override; |
| Profile* profile_; |
| - ProfileSyncService* sync_service_; |
| + browser_sync::ProfileSyncService* sync_service_; |
| // Timer to limit how much time STATUS_SYNCING is allowed. |
| base::OneShotTimer max_syncing_status_timer_; |