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

Unified Diff: chrome/browser/rlz/rlz_unittest.cc

Issue 321673002: Fixed RLZ test broken by r275696 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/rlz/rlz_unittest.cc
diff --git a/chrome/browser/rlz/rlz_unittest.cc b/chrome/browser/rlz/rlz_unittest.cc
index 279426e3fb8ccdac127047bff9fbba6a2da5d524..a27d503a0e3ba2dffdb6657ada2f755197e3e063 100644
--- a/chrome/browser/rlz/rlz_unittest.cc
+++ b/chrome/browser/rlz/rlz_unittest.cc
@@ -237,7 +237,7 @@ void RlzLibTest::SimulateOmniboxUsage() {
// true to trigger record of the first search. All other fields are passed in
// with empty or invalid values.
AutocompleteResult empty_result;
- OmniboxLog dummy(base::string16(), false, AutocompleteInput::INVALID,
+ OmniboxLog dummy(base::string16(), false, metrics::OmniboxInputType::INVALID,
true, 0, false, -1,
AutocompleteInput::INVALID_SPEC,
base::TimeDelta::FromSeconds(0), 0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698