Fixed RLZ test broken by r275696

BUG=284781
TBR=mpearson
NOTRY=true
NOTREECHECKS=true

Review URL: https://codereview.chromium.org/321673002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275707 0039d316-1c4b-4281-b951-d872f2087c98
parent abd026a3
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment