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

Unified Diff: chrome/browser/profiles/profile.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 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/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index a08a48b2aa6fcdaac6b5ed31c207908fc8a564e5..8d75eeede19db895948d91a5572efbde2a9023d4 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -21,7 +21,6 @@ class AutocompleteClassifier;
class BookmarkModel;
class ChromeAppCacheService;
class ChromeURLDataManager;
-class Extension;
class ExtensionEventRouter;
class ExtensionProcessManager;
class ExtensionService;
@@ -39,28 +38,29 @@ class UserScriptMaster;
class VisitedLinkMaster;
class WebDataService;
+namespace android {
+class TabContentsProvider;
+}
+
namespace base {
class Time;
}
+namespace chrome_browser_net {
+class Predictor;
+}
+
namespace chromeos {
class LibCrosServiceLibraryImpl;
class ResetDefaultProxyConfigServiceTask;
}
-namespace chrome_browser_net {
-class Predictor;
-}
namespace content {
class SpeechRecognitionPreferences;
class WebUI;
}
-namespace android {
-class TabContentsProvider;
-}
-
namespace fileapi {
class FileSystemContext;
}
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698