diff options
author | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 00:52:17 +0000 |
---|---|---|
committer | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 00:52:17 +0000 |
commit | 77c2ac0961433e9ca703582edc0c7df2d2e2eaab (patch) | |
tree | 09d388519c050485d30d7b67f36ad01fa1013c94 /chrome | |
parent | 0152b51eff5f4644531a430974fc3e7a88ca370b (diff) | |
download | chromium_src-77c2ac0961433e9ca703582edc0c7df2d2e2eaab.zip chromium_src-77c2ac0961433e9ca703582edc0c7df2d2e2eaab.tar.gz chromium_src-77c2ac0961433e9ca703582edc0c7df2d2e2eaab.tar.bz2 |
Moved forward declare of BackgroundModeManager from profile.h to profile_impl.h
BUG=67097
TEST=manual
Review URL: http://codereview.chromium.org/5893003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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; |