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

Unified Diff: chrome/browser/ui/sync/one_click_signin_sync_observer.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/sync/one_click_signin_sync_observer.h
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_observer.h b/chrome/browser/ui/sync/one_click_signin_sync_observer.h
index 07bb1fe25c6b88eed17976c04105285bbf239318..b490330b37c2c78140367d70ca1ff0c1ac6cce71 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_observer.h
+++ b/chrome/browser/ui/sync/one_click_signin_sync_observer.h
@@ -11,7 +11,9 @@
#include "content/public/browser/web_contents_observer.h"
#include "url/gurl.h"
+namespace browser_sync {
class ProfileSyncService;
+}
namespace content {
class WebContents;
@@ -42,7 +44,8 @@ class OneClickSigninSyncObserver : public content::WebContentsObserver,
// Returns the ProfileSyncService associated with the |web_contents|.
// The returned value may be NULL.
- ProfileSyncService* GetSyncService(content::WebContents* web_contents);
+ browser_sync::ProfileSyncService* GetSyncService(
+ content::WebContents* web_contents);
// Deletes the |observer|. Intended to be used as a callback for base::Bind.
static void DeleteObserver(
« no previous file with comments | « chrome/browser/ui/search/search_tab_helper_unittest.cc ('k') | chrome/browser/ui/sync/one_click_signin_sync_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698