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

Unified Diff: ios/chrome/test/app/history_test_util.mm

Issue 2671743002: Separate state of basic and advanced tab in CBD dialog (Closed)
Patch Set: rebase and fix compilation Created 3 years, 10 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: ios/chrome/test/app/history_test_util.mm
diff --git a/ios/chrome/test/app/history_test_util.mm b/ios/chrome/test/app/history_test_util.mm
index aa760d91ade14db28ea8660d052a909e1450d970..1d9d8d9d1c1ca5757ceb946e4ad0a5400db7690d 100644
--- a/ios/chrome/test/app/history_test_util.mm
+++ b/ios/chrome/test/app/history_test_util.mm
@@ -28,7 +28,7 @@ void ClearBrowsingHistory() {
removeBrowsingDataFromBrowserState:active_state
mask:IOSChromeBrowsingDataRemover::
REMOVE_HISTORY
- timePeriod:browsing_data::ALL_TIME
+ timePeriod:browsing_data::TimePeriod::ALL_TIME
completionHandler:^{
callback_counter->DecrementCount();
did_complete = true;
« no previous file with comments | « ios/chrome/browser/ui/settings/time_range_selector_collection_view_controller.mm ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698