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

Unified Diff: components/browsing_data/core/history_notice_utils.h

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/browsing_data/core/history_notice_utils.h
diff --git a/components/browsing_data/core/history_notice_utils.h b/components/browsing_data/core/history_notice_utils.h
index 5f454c95939fa669ca00b2aa3a746f1c42e6a7ea..338969b9c89188ac794a87bfc920c8bdbc797724 100644
--- a/components/browsing_data/core/history_notice_utils.h
+++ b/components/browsing_data/core/history_notice_utils.h
@@ -13,7 +13,7 @@ namespace history {
class WebHistoryService;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
}
@@ -37,7 +37,7 @@ extern bool g_override_other_forms_of_browsing_history_query;
// of other forms of browsing history stored in user's account. The response
// is returned in a |callback|.
void ShouldShowNoticeAboutOtherFormsOfBrowsingHistory(
- const syncer::SyncService* sync_service,
+ const sync_driver::SyncService* sync_service,
history::WebHistoryService* history_service,
base::Callback<void(bool)> callback);
@@ -48,7 +48,7 @@ void ShouldShowNoticeAboutOtherFormsOfBrowsingHistory(
// must be provided for successful communication with the Sync server, but
// the result does not depend on it.
void ShouldPopupDialogAboutOtherFormsOfBrowsingHistory(
- const syncer::SyncService* sync_service,
+ const sync_driver::SyncService* sync_service,
history::WebHistoryService* history_service,
version_info::Channel channel,
base::Callback<void(bool)> callback);
« no previous file with comments | « components/browsing_data/core/counters/history_counter.cc ('k') | components/browsing_data/core/history_notice_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698