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

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

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Self-review. 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..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_;

Powered by Google App Engine
This is Rietveld 408576698