| Index: chrome/browser/extensions/platform_app_launcher.cc
|
| diff --git a/chrome/browser/extensions/platform_app_launcher.cc b/chrome/browser/extensions/platform_app_launcher.cc
|
| index d50fdec8231ecedc3d46aeb1d5895ae79b4ab376..5bcf3721735915960fceaca459312139ceb0a8f3 100644
|
| --- a/chrome/browser/extensions/platform_app_launcher.cc
|
| +++ b/chrome/browser/extensions/platform_app_launcher.cc
|
| @@ -30,8 +30,8 @@
|
| #include "webkit/glue/web_intent_service_data.h"
|
|
|
| using content::BrowserThread;
|
| -using extensions::Extension;
|
| -using extensions::ExtensionSystem;
|
| +
|
| +namespace extensions {
|
|
|
| namespace {
|
|
|
| @@ -305,8 +305,6 @@ class PlatformAppBlobIntentLauncher
|
|
|
| } // namespace
|
|
|
| -namespace extensions {
|
| -
|
| void LaunchPlatformApp(Profile* profile,
|
| const Extension* extension,
|
| const CommandLine* command_line,
|
|
|