summaryrefslogtreecommitdiffstats
path: root/chrome/browser/apps/ephemeral_app_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/apps/ephemeral_app_launcher.cc')
-rw-r--r--chrome/browser/apps/ephemeral_app_launcher.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/apps/ephemeral_app_launcher.cc b/chrome/browser/apps/ephemeral_app_launcher.cc
index cdea28f..0a17700 100644
--- a/chrome/browser/apps/ephemeral_app_launcher.cc
+++ b/chrome/browser/apps/ephemeral_app_launcher.cc
@@ -98,8 +98,9 @@ bool EphemeralAppLauncher::IsFeatureEnabled() {
// static
bool EphemeralAppLauncher::IsFeatureEnabledInWebstore() {
- return IsFeatureEnabled() && CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableEphemeralAppsInWebstore);
+ return IsFeatureEnabled() &&
+ base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kEnableEphemeralAppsInWebstore);
}
// static