| 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) {
|
|
|