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

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

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.h
diff --git a/chrome/browser/extensions/app_shortcut_manager.h b/chrome/browser/extensions/app_shortcut_manager.h
index 1b0a94d35dc583e7ff57fb99b978d5544d5be82b..872cd73161b5a28de2a640f1f226ff6a1d4a0f3e 100644
--- a/chrome/browser/extensions/app_shortcut_manager.h
+++ b/chrome/browser/extensions/app_shortcut_manager.h
@@ -13,6 +13,7 @@
class Profile;
+namespace extensions {
// This class manages the installation of shortcuts for platform apps.
class AppShortcutManager : public ImageLoadingTracker::Observer,
public content::NotificationObserver {
@@ -35,8 +36,8 @@ class AppShortcutManager : public ImageLoadingTracker::Observer,
static void SetShortcutCreationDisabledForTesting(bool disabled);
private:
// Install the shortcuts for an application.
- void InstallApplicationShortcuts(const extensions::Extension* extension);
- void DeleteApplicationShortcuts(const extensions::Extension* extension);
+ void InstallApplicationShortcuts(const Extension* extension);
+ void DeleteApplicationShortcuts(const Extension* extension);
content::NotificationRegistrar registrar_;
Profile* profile_;
@@ -47,5 +48,6 @@ class AppShortcutManager : public ImageLoadingTracker::Observer,
DISALLOW_COPY_AND_ASSIGN(AppShortcutManager);
};
+} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_APP_SHORTCUT_MANAGER_H_
« no previous file with comments | « chrome/browser/extensions/api/management/management_browsertest.cc ('k') | chrome/browser/extensions/app_shortcut_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698