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

Unified Diff: chrome/browser/extensions/updater/extension_updater.h

Issue 10704023: Moved ExtensionPrefs and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master merged in Created 8 years, 5 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
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/updater/extension_updater.h
diff --git a/chrome/browser/extensions/updater/extension_updater.h b/chrome/browser/extensions/updater/extension_updater.h
index fd86dcbc9520d20c8262733f120c8790c6e34fa4..339de626f603d8d2311e209b28b50ae79ba55dc7 100644
--- a/chrome/browser/extensions/updater/extension_updater.h
+++ b/chrome/browser/extensions/updater/extension_updater.h
@@ -23,7 +23,6 @@
#include "content/public/browser/notification_registrar.h"
#include "googleurl/src/gurl.h"
-class ExtensionPrefs;
class ExtensionServiceInterface;
class ExtensionSet;
class PrefService;
@@ -32,6 +31,7 @@ class Profile;
namespace extensions {
class ExtensionDownloader;
+class ExtensionPrefs;
class ExtensionUpdaterTest;
// A class for doing auto-updates of installed Extensions. Used like this:
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698