summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;