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

Unified Diff: chrome/browser/autocomplete/history_quick_provider_unittest.cc

Issue 343523003: Remove AutocompleteInput Type and PageClassification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 6 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: chrome/browser/autocomplete/history_quick_provider_unittest.cc
diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
index 31240fb5c515c923935862c525ef81c455f0958d..2cd0d8c55e230bb01d41ccf4887d7a91d4229034 100644
--- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc
+++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
@@ -262,7 +262,7 @@ void HistoryQuickProviderTest::RunTest(const base::string16 text,
SCOPED_TRACE(text); // Minimal hint to query being run.
base::MessageLoop::current()->RunUntilIdle();
AutocompleteInput input(text, base::string16::npos, base::string16(),
- GURL(), AutocompleteInput::INVALID_SPEC,
+ GURL(), metrics::OmniboxEventProto::INVALID_SPEC,
prevent_inline_autocomplete, false, true, true);
provider_->Start(input, false);
EXPECT_TRUE(provider_->done());

Powered by Google App Engine
This is Rietveld 408576698