| Index: chrome/browser/apps/ephemeral_app_throttle.cc
|
| diff --git a/chrome/browser/apps/ephemeral_app_throttle.cc b/chrome/browser/apps/ephemeral_app_throttle.cc
|
| index e562c8227fbbadd32d75508daa8c4ddade7f1854..1ebd54f48c0b98032c5254c03731058e2e2290ea 100644
|
| --- a/chrome/browser/apps/ephemeral_app_throttle.cc
|
| +++ b/chrome/browser/apps/ephemeral_app_throttle.cc
|
| @@ -66,7 +66,7 @@ content::ResourceThrottle*
|
| EphemeralAppThrottle::MaybeCreateThrottleForLaunch(
|
| net::URLRequest* request,
|
| ProfileIOData* profile_io_data) {
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableLinkableEphemeralApps))
|
| return NULL;
|
|
|
|
|