Index: chrome/browser/ui/webui/browsing_history_handler.cc |
diff --git a/chrome/browser/ui/webui/browsing_history_handler.cc b/chrome/browser/ui/webui/browsing_history_handler.cc |
index 676a9c9e93b1ed1b7f6a1948634f377ab2b1298b..dbc8eccae65de458d204bbf0e76f789f42f31651 100644 |
--- a/chrome/browser/ui/webui/browsing_history_handler.cc |
+++ b/chrome/browser/ui/webui/browsing_history_handler.cc |
@@ -39,7 +39,7 @@ |
#include "components/bookmarks/browser/bookmark_model.h" |
#include "components/bookmarks/browser/bookmark_utils.h" |
#include "components/browser_sync/profile_sync_service.h" |
-#include "components/browsing_data_ui/history_notice_utils.h" |
+#include "components/browsing_data/core/history_notice_utils.h" |
#include "components/favicon/core/fallback_icon_service.h" |
#include "components/favicon/core/fallback_url_util.h" |
#include "components/favicon/core/large_icon_service.h" |
@@ -472,7 +472,7 @@ void BrowsingHistoryHandler::QueryHistory( |
this, &BrowsingHistoryHandler::WebHistoryTimeout); |
// Test the existence of other forms of browsing history. |
- browsing_data_ui::ShouldShowNoticeAboutOtherFormsOfBrowsingHistory( |
+ browsing_data::ShouldShowNoticeAboutOtherFormsOfBrowsingHistory( |
ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile), |
web_history, |
base::Bind( |