Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 92086ede6ac9b85d298aaaf380f4ca059687955d..fb62f2d07064f890d63d9aee1e27d12a3538d8c1 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -20,8 +20,8 @@ |
#include "chrome/common/notification_registrar.h" |
class BackgroundModeManager; |
-class ExtensionPrefs; |
class ExtensionPrefValueMap; |
+class ExtensionPrefs; |
class PrefService; |
#if defined(OS_CHROMEOS) |
@@ -297,7 +297,7 @@ class ProfileImpl : public Profile, |
#if defined(OS_CHROMEOS) |
scoped_ptr<chromeos::Preferences> chromeos_preferences_; |
- scoped_refptr<chromeos::ProxyConfigServiceImpl> |
+ scoped_ptr<chromeos::ProxyConfigServiceImpl> |
chromeos_proxy_config_service_impl_; |
scoped_ptr<chromeos::EnterpriseExtensionObserver> |