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

Unified Diff: ios/chrome/browser/ui/webui/history/browsing_history_handler.cc

Issue 2238453002: Merge //components/browsing_data_ui into //components/browsing_data/core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over https://codereview.chromium.org/2345843003/ 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
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/ui/webui/history/history_ui.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
diff --git a/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc b/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
index 85f2f40e7c4677754f9f377f7598854a100463f6..a57554e13a2bb5293c8f149d9f0ec2445e82cf2f 100644
--- a/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
+++ b/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
@@ -21,7 +21,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/history/core/browser/history_service.h"
#include "components/history/core/browser/history_types.h"
#include "components/history/core/browser/top_sites.h"
@@ -374,7 +374,7 @@ void BrowsingHistoryHandler::QueryHistory(
IOSChromeProfileSyncServiceFactory::GetInstance()->GetForBrowserState(
browser_state);
// Test the existence of other forms of browsing history.
- browsing_data_ui::ShouldShowNoticeAboutOtherFormsOfBrowsingHistory(
+ browsing_data::ShouldShowNoticeAboutOtherFormsOfBrowsingHistory(
sync_service, web_history,
base::Bind(
&BrowsingHistoryHandler::OtherFormsOfBrowsingHistoryQueryComplete,
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/ui/webui/history/history_ui.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698