Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index a7068e7d47322a973d0a1160d19b630bbc674d3d..b78da53541bc3404a9dcc6927f3fffdc8c6e5a21 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 { |