diff options
-rw-r--r-- | chrome/browser/profiles/profile.h | 1 | ||||
-rw-r--r-- | chrome/browser/profiles/profile_impl.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 256e5e2..9df977c 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -45,7 +45,6 @@ class SandboxedFileSystemContext; class AutocompleteClassifier; class BackgroundContentsService; -class BackgroundModeManager; class BookmarkModel; class BrowserSignin; class BrowserThemeProvider; diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h index 3a6f945..ce29d28 100644 --- a/chrome/browser/profiles/profile_impl.h +++ b/chrome/browser/profiles/profile_impl.h @@ -18,6 +18,7 @@ #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" +class BackgroundModeManager; class ExtensionPrefs; class PrefService; |