summaryrefslogtreecommitdiffstats
path: root/components/search/search.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/search/search.cc')
-rw-r--r--components/search/search.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/search/search.cc b/components/search/search.cc
index d7e7276..c2d4b4e 100644
--- a/components/search/search.cc
+++ b/components/search/search.cc
@@ -67,8 +67,8 @@ bool IsInstantExtendedAPIEnabled() {
// default search provider. If 0, the embedded search UI should not be enabled.
uint64 EmbeddedSearchPageVersion() {
#if defined(OS_ANDROID)
- if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableEmbeddedSearchAPI)) {
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kEnableEmbeddedSearchAPI)) {
return kEmbeddedSearchEnabledVersion;
}
#endif