Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 454460180d05f6c3a806c04f360d7eef498ab917..afe62ae455282a2340f3b2522c829232b26b026b 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -26,8 +26,9 @@ class PrefService; |
#if defined(OS_CHROMEOS) |
namespace chromeos { |
-class Preferences; |
+class EnterpriseExtensionObserver; |
class LocaleChangeGuard; |
+class Preferences; |
} |
#endif |
@@ -139,7 +140,6 @@ class ProfileImpl : public Profile, |
#if defined(OS_CHROMEOS) |
virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia); |
virtual void OnLogin(); |
- virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl(); |
virtual void SetupChromeOSEnterpriseExtensionObserver(); |
virtual void InitChromeOSPreferences(); |
#endif // defined(OS_CHROMEOS) |
@@ -303,9 +303,6 @@ class ProfileImpl : public Profile, |
#if defined(OS_CHROMEOS) |
scoped_ptr<chromeos::Preferences> chromeos_preferences_; |
- scoped_refptr<chromeos::ProxyConfigServiceImpl> |
- chromeos_proxy_config_service_impl_; |
- |
scoped_ptr<chromeos::EnterpriseExtensionObserver> |
chromeos_enterprise_extension_observer_; |