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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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: components/browsing_data/core/history_notice_utils.cc
diff --git a/components/browsing_data/core/history_notice_utils.cc b/components/browsing_data/core/history_notice_utils.cc
index 012ba3f7887ab14eb57ee129b55534d691800680..4c3612352e464700fbb92e7123539a6e283b4b1a 100644
--- a/components/browsing_data/core/history_notice_utils.cc
+++ b/components/browsing_data/core/history_notice_utils.cc
@@ -60,7 +60,7 @@ bool g_override_other_forms_of_browsing_history_query = false;
} // namespace testing
void ShouldShowNoticeAboutOtherFormsOfBrowsingHistory(
- const sync_driver::SyncService* sync_service,
+ const syncer::SyncService* sync_service,
history::WebHistoryService* history_service,
base::Callback<void(bool)> callback) {
if (!sync_service ||
@@ -77,7 +77,7 @@ void ShouldShowNoticeAboutOtherFormsOfBrowsingHistory(
}
void ShouldPopupDialogAboutOtherFormsOfBrowsingHistory(
- const sync_driver::SyncService* sync_service,
+ const syncer::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/history_notice_utils.h ('k') | components/browsing_data/core/history_notice_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698