diff options
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 032a4b4..0d32bd0 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -13,6 +13,7 @@ #include "base/basictypes.h" #include "base/logging.h" #include "chrome/browser/net/preconnect.h" // TODO: remove this. +#include "chrome/browser/net/pref_proxy_config_tracker.h" #include "chrome/common/extensions/extension_constants.h" #include "content/browser/browser_context.h" @@ -66,7 +67,6 @@ class HistoryService; class HostContentSettingsMap; class NavigationController; class PasswordStore; -class PrefProxyConfigTracker; class PrefService; class ProfileSyncFactory; class ProfileSyncService; |