Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 400c5503f7455f4675c4fcca15fd099aef769362..a1378d3e99e16c45bc33b6bb127835186a3e89b5 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -22,7 +22,6 @@ |
#include "content/public/browser/notification_registrar.h" |
class ExtensionNavigationObserver; |
-class ExtensionSystem; |
class NetPrefObserver; |
class PrefService; |
class SSLConfigServiceManager; |
@@ -44,6 +43,10 @@ namespace content { |
class SpeechRecognitionPreferences; |
} |
+namespace extensions { |
+class ExtensionSystem; |
+} |
+ |
// The default profile implementation. |
class ProfileImpl : public Profile, |
public content::NotificationObserver { |