| Index: chrome/browser/apps/ephemeral_app_launcher.cc
|
| diff --git a/chrome/browser/apps/ephemeral_app_launcher.cc b/chrome/browser/apps/ephemeral_app_launcher.cc
|
| index cdea28fc921c39d6fd30f869d7cf6820c5a6545a..0a17700c24dfca7ae1bb761b45c4477c69bc8138 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
|
|
|