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

Unified Diff: ios/chrome/browser/ui/webui/history/history_ui.mm

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/ui/webui/history/browsing_history_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/webui/history/history_ui.mm
diff --git a/ios/chrome/browser/ui/webui/history/history_ui.mm b/ios/chrome/browser/ui/webui/history/history_ui.mm
index 133c2bb8ca68af4e4ecc6927aeb6aa28f78f9523..35ccec1b27536d1bdfcbbca2343e09ebe2e3cb88 100644
--- a/ios/chrome/browser/ui/webui/history/history_ui.mm
+++ b/ios/chrome/browser/ui/webui/history/history_ui.mm
@@ -8,7 +8,7 @@
#include "base/memory/ref_counted_memory.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
-#include "components/browsing_data_ui/history_notice_utils.h"
+#include "components/browsing_data/core/history_notice_utils.h"
#include "components/grit/components_scaled_resources.h"
#include "components/keyed_service/core/service_access_type.h"
#include "components/prefs/pref_service.h"
@@ -146,8 +146,8 @@ HistoryUI::HistoryUI(web::WebUIIOS* web_ui) : web::WebUIIOSController(web_ui) {
if (url.has_query() && url.query() == "reset_ofbh") {
ios::ChromeBrowserState::FromWebUIIOS(web_ui)->GetPrefs()->SetInteger(
prefs::kClearBrowsingDataHistoryNoticeShownTimes, 0);
- browsing_data_ui::testing::
- g_override_other_forms_of_browsing_history_query = true;
+ browsing_data::testing::g_override_other_forms_of_browsing_history_query =
+ true;
}
// Set up the chrome://history-frame/ source.
« no previous file with comments | « ios/chrome/browser/ui/webui/history/browsing_history_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698