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

Unified Diff: chrome/browser/ui/ash/app_sync_ui_state.h

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 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: 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..531c006fbdb41107788cf846a7babadce94684fa 100644
--- a/chrome/browser/ui/ash/app_sync_ui_state.h
+++ b/chrome/browser/ui/ash/app_sync_ui_state.h
@@ -17,11 +17,14 @@
class AppSyncUIStateObserver;
class Profile;
+
+namespace browser_sync {
class ProfileSyncService;
+} // namespace browser_sync
namespace extensions {
class ExtensionRegistry;
-}
+} // namespace extensions
// AppSyncUIState watches app sync and installation and change its state
// accordingly. Its status is for UI display only. It only watches for new
@@ -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_;

Powered by Google App Engine
This is Rietveld 408576698