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

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

Issue 10824198: Move small c/b/extensions classes into extensions namespace no.1 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master for cq 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/app_shortcut_manager.cc
diff --git a/chrome/browser/extensions/app_shortcut_manager.cc b/chrome/browser/extensions/app_shortcut_manager.cc
index 6d8fc81656d41ba09b50568b643fabf5760c487d..e75a5db4307c7eb0ca69b45a0faeb8a0d1199d9f 100644
--- a/chrome/browser/extensions/app_shortcut_manager.cc
+++ b/chrome/browser/extensions/app_shortcut_manager.cc
@@ -17,7 +17,7 @@
#include "skia/ext/image_operations.h"
#include "ui/base/resource/resource_bundle.h"
-using extensions::Extension;
+namespace extensions {
namespace {
// Allow tests to disable shortcut creation, to prevent developers' desktops
@@ -153,3 +153,5 @@ void AppShortcutManager::DeleteApplicationShortcuts(
ShortcutInfoForExtensionAndProfile(extension, profile_);
web_app::DeleteAllShortcuts(delete_info);
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/app_shortcut_manager.h ('k') | chrome/browser/extensions/autoupdate_interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698