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

Unified Diff: components/suggestions/suggestions_service.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: components/suggestions/suggestions_service.cc
diff --git a/components/suggestions/suggestions_service.cc b/components/suggestions/suggestions_service.cc
index 16fe605c213fd7e814845910e94fea0515528a0e..01c20a2cbcc0a17a058a6b84a37ad0f4faf7ebd2 100644
--- a/components/suggestions/suggestions_service.cc
+++ b/components/suggestions/suggestions_service.cc
@@ -65,7 +65,7 @@ enum SyncState {
SYNC_OR_HISTORY_SYNC_DISABLED,
};
-SyncState GetSyncState(syncer::SyncService* sync) {
+SyncState GetSyncState(sync_driver::SyncService* sync) {
if (!sync || !sync->CanSyncStart())
return SYNC_OR_HISTORY_SYNC_DISABLED;
if (!sync->IsSyncActive() || !sync->ConfigurationDone())
@@ -196,7 +196,7 @@ class SuggestionsService::AccessTokenFetcher
SuggestionsService::SuggestionsService(
const SigninManagerBase* signin_manager,
OAuth2TokenService* token_service,
- syncer::SyncService* sync_service,
+ sync_driver::SyncService* sync_service,
net::URLRequestContextGetter* url_request_context,
std::unique_ptr<SuggestionsStore> suggestions_store,
std::unique_ptr<ImageManager> thumbnail_manager,
« no previous file with comments | « components/suggestions/suggestions_service.h ('k') | components/suggestions/suggestions_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698