summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-16 22:22:27 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-16 22:22:27 +0000
commitbb95acab3e4ddbb4239ae576149a4efcf2dade40 (patch)
tree86f57574216f7a24ea7020377c8e7e34757fd5f2 /chrome/browser/background
parentcee93fb8b40f324f8d8aa686edd96ba8f1f54a7e (diff)
downloadchromium_src-bb95acab3e4ddbb4239ae576149a4efcf2dade40.zip
chromium_src-bb95acab3e4ddbb4239ae576149a4efcf2dade40.tar.gz
chromium_src-bb95acab3e4ddbb4239ae576149a4efcf2dade40.tar.bz2
Cleanup: Remove more forward declarations in various chrome/browser directories.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8566028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/background')
-rw-r--r--chrome/browser/background/background_application_list_model.h2
-rw-r--r--chrome/browser/background/background_contents_service.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h
index 6adf8e2..333d850 100644
--- a/chrome/browser/background/background_application_list_model.h
+++ b/chrome/browser/background/background_application_list_model.h
@@ -15,8 +15,6 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-class ExtensionService;
-class PrefService;
class Profile;
// Model for list of Background Applications, that is, Extensions with
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h
index bc61dcc..7143418 100644
--- a/chrome/browser/background/background_contents_service.h
+++ b/chrome/browser/background/background_contents_service.h
@@ -7,6 +7,7 @@
#pragma once
#include <map>
+#include <string>
#include <vector>
#include "base/gtest_prod_util.h"
@@ -21,7 +22,6 @@
#include "webkit/glue/window_open_disposition.h"
class CommandLine;
-class NotificationDelegate;
class PrefService;
class Profile;
class TabContents;