| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index b4276ca8e7f1fc0376c55c4c2c117ec78b146db1..cdc2985eff421b55270c6ea7cd9d001c35a24b33 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -22,6 +22,7 @@ class ChromeDownloadManagerDelegate;
|
| class ExtensionPrefs;
|
| class ExtensionPrefValueMap;
|
| class ExtensionSettings;
|
| +class NetPrefObserver;
|
| class PrefService;
|
| class SpellCheckProfile;
|
|
|
| @@ -33,8 +34,6 @@ class Preferences;
|
| }
|
| #endif
|
|
|
| -class NetPrefObserver;
|
| -
|
| // The default profile implementation.
|
| class ProfileImpl : public Profile,
|
| public NotificationObserver {
|
|
|