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

Unified Diff: components/omnibox/browser/omnibox_edit_unittest.cc

Issue 2721993002: Omnibox - Make Clipboard Provider Enabled via an Experimental Feature (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/omnibox/browser/omnibox_controller.cc ('k') | components/omnibox/browser/omnibox_field_trial.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/omnibox_edit_unittest.cc
diff --git a/components/omnibox/browser/omnibox_edit_unittest.cc b/components/omnibox/browser/omnibox_edit_unittest.cc
index 2513fb822a60f7f46f857d0ecd86bb3d84ff09ca..bd8d90b7424b9193a6f1614e0bdde2517404dc52 100644
--- a/components/omnibox/browser/omnibox_edit_unittest.cc
+++ b/components/omnibox/browser/omnibox_edit_unittest.cc
@@ -215,7 +215,7 @@ TestingOmniboxClient::TestingOmniboxClient()
base::MakeUnique<AutocompleteController>(
CreateAutocompleteProviderClient(),
nullptr,
- AutocompleteClassifier::kDefaultOmniboxProviders),
+ AutocompleteClassifier::DefaultOmniboxProviders()),
base::MakeUnique<TestingSchemeClassifier>()) {}
TestingOmniboxClient::~TestingOmniboxClient() {
« no previous file with comments | « components/omnibox/browser/omnibox_controller.cc ('k') | components/omnibox/browser/omnibox_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698