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

Unified Diff: chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/autocomplete/chrome_autocomplete_provider_client.cc
diff --git a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
index 2dddf0202d814565ca65957012ea9fc3c383c288..d520fad206b5aa733cc5676aeacd38211db5d8a1 100644
--- a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
+++ b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
@@ -210,7 +210,7 @@ bool ChromeAutocompleteProviderClient::SearchSuggestEnabled() const {
}
bool ChromeAutocompleteProviderClient::TabSyncEnabledAndUnencrypted() const {
- return syncer::IsTabSyncEnabledAndUnencrypted(
+ return sync_driver::IsTabSyncEnabledAndUnencrypted(
ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_),
profile_->GetPrefs());
}
« no previous file with comments | « chrome/browser/android/foreign_session_helper.h ('k') | chrome/browser/autocomplete/search_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698