| Index: chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| diff --git a/chrome/browser/android/contextualsearch/contextual_search_delegate.cc b/chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| index 1ac367e4eb8b59a20e96f9e64c7a0a67d1a58e9b..48d6c812c8d82bceec20efb3cd3564a356254230 100644
|
| --- a/chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| +++ b/chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| @@ -412,7 +412,7 @@ bool ContextualSearchDelegate::CanSendPageURL(
|
|
|
| // Check that the user has sync enabled, is logged in, and syncs their Chrome
|
| // History.
|
| - ProfileSyncService* service =
|
| + browser_sync::ProfileSyncService* service =
|
| ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
|
| sync_driver::SyncPrefs sync_prefs(profile->GetPrefs());
|
| if (service == NULL || !service->CanSyncStart() ||
|
|
|