summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-01 18:34:05 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-01 18:34:05 +0000
commit544384b4b89728c1ab39e75255c4ef1288a93612 (patch)
tree7833cf29a6ad15d2a2e8d761267914fedec91ed8 /chrome
parentedc0ec7f674746571b3a675023cb0f57a69ce078 (diff)
downloadchromium_src-544384b4b89728c1ab39e75255c4ef1288a93612.zip
chromium_src-544384b4b89728c1ab39e75255c4ef1288a93612.tar.gz
chromium_src-544384b4b89728c1ab39e75255c4ef1288a93612.tar.bz2
Update the temp scaffolding stubs for my header change. It was pulling in the
notification service via some other dependency before. Also fix some other omissions I made. Review URL: http://codereview.chromium.org/19529 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/dom_ui/dom_ui_host.h1
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.h1
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc1
-rw-r--r--chrome/common/temp_scaffolding_stubs.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/dom_ui_host.h b/chrome/browser/dom_ui/dom_ui_host.h
index 4ae5e86..6d03915 100644
--- a/chrome/browser/dom_ui/dom_ui_host.h
+++ b/chrome/browser/dom_ui/dom_ui_host.h
@@ -18,6 +18,7 @@
class DOMMessageDispatcher;
class RenderProcessHost;
class RenderViewHost;
+class Value;
// Messages sent from the DOM are forwarded via the DOMUIHost to handler
// classes. These objects are owned by DOMUIHost and destroyed when the
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h
index a8391e8..0a2da66 100644
--- a/chrome/browser/dom_ui/new_tab_ui.h
+++ b/chrome/browser/dom_ui/new_tab_ui.h
@@ -12,6 +12,7 @@
#include "chrome/browser/search_engines/template_url_model.h"
#include "chrome/browser/sessions/tab_restore_service.h"
+class DictionaryValue;
class GURL;
class Profile;
class Value;
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index c6812d8..aefd97e 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -18,6 +18,7 @@
#include "chrome/browser/shell_integration.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths.h"
+#include "chrome/common/notification_service.h"
#include "chrome/common/pref_service.h"
// static
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 45f2925..94b20d5 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -31,6 +31,7 @@ class HistoryService;
class MetricsService;
class NavigationController;
class NavigationEntry;
+class NotificationService;
class ProfileManager;
class Profile;
class SessionID;