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

Unified Diff: chrome/browser/drive/drive_notification_manager_factory.cc

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/drive/drive_notification_manager_factory.cc
diff --git a/chrome/browser/drive/drive_notification_manager_factory.cc b/chrome/browser/drive/drive_notification_manager_factory.cc
index 2240c62cb7ec65d600c58f4fc5a094ac28ddccc1..b48d2e13cd9a4d78c07ba1f1b8dd095f51323410 100644
--- a/chrome/browser/drive/drive_notification_manager_factory.cc
+++ b/chrome/browser/drive/drive_notification_manager_factory.cc
@@ -27,7 +27,7 @@ DriveNotificationManagerFactory::FindForBrowserContext(
DriveNotificationManager*
DriveNotificationManagerFactory::GetForBrowserContext(
content::BrowserContext* context) {
- if (!ProfileSyncService::IsSyncAllowedByFlag())
+ if (!browser_sync::ProfileSyncService::IsSyncAllowedByFlag())
return NULL;
if (!invalidation::ProfileInvalidationProviderFactory::GetForProfile(
Profile::FromBrowserContext(context))) {
« no previous file with comments | « chrome/browser/chromeos/login/users/chrome_user_manager_impl.h ('k') | chrome/browser/extensions/api/sessions/sessions_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698