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

Unified Diff: chrome/browser/dom_ui/app_launcher_handler.h

Issue 5730004: Rename ExtensionsService to ExtensionService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 10 years 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
« no previous file with comments | « chrome/browser/debugger/devtools_window.cc ('k') | chrome/browser/dom_ui/app_launcher_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/app_launcher_handler.h
diff --git a/chrome/browser/dom_ui/app_launcher_handler.h b/chrome/browser/dom_ui/app_launcher_handler.h
index 2f93c9b0918c5fd254d738fff129cc25f58bdf80..5f946d915c7c5d6bd369c0d27205fe998c9ea743 100644
--- a/chrome/browser/dom_ui/app_launcher_handler.h
+++ b/chrome/browser/dom_ui/app_launcher_handler.h
@@ -15,7 +15,7 @@
class Extension;
class ExtensionPrefs;
-class ExtensionsService;
+class ExtensionService;
class NotificationRegistrar;
class PrefChangeRegistrar;
@@ -29,7 +29,7 @@ class AppLauncherHandler
public ExtensionInstallUI::Delegate,
public NotificationObserver {
public:
- explicit AppLauncherHandler(ExtensionsService* extension_service);
+ explicit AppLauncherHandler(ExtensionService* extension_service);
virtual ~AppLauncherHandler();
// Populate a dictionary with the information from an extension.
@@ -92,7 +92,7 @@ class AppLauncherHandler
void AnimateAppIcon(const Extension* extension, const gfx::Rect& rect);
// The apps are represented in the extensions model.
- scoped_refptr<ExtensionsService> extensions_service_;
+ scoped_refptr<ExtensionService> extensions_service_;
// We monitor changes to the extension system so that we can reload the apps
// when necessary.
« no previous file with comments | « chrome/browser/debugger/devtools_window.cc ('k') | chrome/browser/dom_ui/app_launcher_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698