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

Unified Diff: chrome/browser/extensions/extensions_ui.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/extensions/extensions_startup.cc ('k') | chrome/browser/extensions/extensions_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extensions_ui.h
diff --git a/chrome/browser/extensions/extensions_ui.h b/chrome/browser/extensions/extensions_ui.h
index 0caec5bfd629f74e989eaba2c463ff03904403ea..b7a9b69c641b9f2cb666867b196d3a8f3324dace 100644
--- a/chrome/browser/extensions/extensions_ui.h
+++ b/chrome/browser/extensions/extensions_ui.h
@@ -22,7 +22,7 @@
class DictionaryValue;
class Extension;
-class ExtensionsService;
+class ExtensionService;
class FilePath;
class ListValue;
class PrefService;
@@ -102,7 +102,7 @@ class ExtensionsDOMHandler
ExtensionsDOMHandler* handler_;
};
- explicit ExtensionsDOMHandler(ExtensionsService* extension_service);
+ explicit ExtensionsDOMHandler(ExtensionService* extension_service);
virtual ~ExtensionsDOMHandler();
// DOMMessageHandler implementation.
@@ -111,7 +111,7 @@ class ExtensionsDOMHandler
// Extension Detail JSON Struct for page. (static for ease of testing).
// Note: service can be NULL in unit tests.
static DictionaryValue* CreateExtensionDetailValue(
- ExtensionsService* service,
+ ExtensionService* service,
const Extension* extension,
const std::vector<ExtensionPage>& pages,
bool enabled);
@@ -223,7 +223,7 @@ class ExtensionsDOMHandler
ExtensionInstallUI* GetExtensionInstallUI();
// Our model.
- scoped_refptr<ExtensionsService> extensions_service_;
+ scoped_refptr<ExtensionService> extensions_service_;
// Used to pick the directory when loading an extension.
scoped_refptr<SelectFileDialog> load_extension_dialog_;
« no previous file with comments | « chrome/browser/extensions/extensions_startup.cc ('k') | chrome/browser/extensions/extensions_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698