Index: components/omnibox/keyword_provider_unittest.cc |
diff --git a/components/omnibox/keyword_provider_unittest.cc b/components/omnibox/keyword_provider_unittest.cc |
index cbfc0b903862c3a29c70906a6e5e07df25ce91f2..c03fcff0460047893d112666676e81f255730715 100644 |
--- a/components/omnibox/keyword_provider_unittest.cc |
+++ b/components/omnibox/keyword_provider_unittest.cc |
@@ -354,7 +354,7 @@ TEST_F(KeywordProviderTest, GetSubstitutingTemplateURLForInput) { |
// If extra query params are specified on the command line, they should be |
// reflected (only) in the default search provider's destination URL. |
TEST_F(KeywordProviderTest, ExtraQueryParams) { |
- CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
+ base::CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
switches::kExtraSearchQueryParams, "a=b"); |
TestData<GURL> url_cases[] = { |