Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1776)

Unified Diff: chrome/browser/extensions/platform_app_launcher.cc

Issue 10824204: Move small c/b/extensions classes into extensions namespace no.2 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq + nitfix Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698