summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/automation/automation_resource_tracker.cc1
-rw-r--r--chrome/browser/browser_list.cc3
-rw-r--r--chrome/browser/dom_ui/dom_ui_host.cc1
3 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_resource_tracker.cc b/chrome/browser/automation/automation_resource_tracker.cc
index d269382..83d64be 100644
--- a/chrome/browser/automation/automation_resource_tracker.cc
+++ b/chrome/browser/automation/automation_resource_tracker.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/automation/automation_resource_tracker.h"
+#include "chrome/common/notification_service.h"
#include "chrome/test/automation/automation_messages.h"
int AutomationResourceTrackerImpl::AddImpl(void* resource) {
diff --git a/chrome/browser/browser_list.cc b/chrome/browser/browser_list.cc
index 02a1658..5769c1b 100644
--- a/chrome/browser/browser_list.cc
+++ b/chrome/browser/browser_list.cc
@@ -13,11 +13,12 @@
#include "chrome/browser/browser_shutdown.h"
#include "chrome/browser/browser_window.h"
#include "chrome/browser/profile_manager.h"
+#include "chrome/common/notification_service.h"
+
#if defined(OS_WIN)
// TODO(port): these can probably all go away, even on win
#include "chrome/browser/profile.h"
#include "chrome/browser/tab_contents/web_contents.h"
-#include "chrome/common/notification_service.h"
#endif
diff --git a/chrome/browser/dom_ui/dom_ui_host.cc b/chrome/browser/dom_ui/dom_ui_host.cc
index bcc22844..2157398 100644
--- a/chrome/browser/dom_ui/dom_ui_host.cc
+++ b/chrome/browser/dom_ui/dom_ui_host.cc
@@ -6,6 +6,7 @@
#include "base/json_reader.h"
#include "base/json_writer.h"
+#include "base/values.h"
#include "chrome/browser/browser.h"
#include "chrome/browser/renderer_host/render_view_host.h"
#include "chrome/browser/tab_contents/navigation_entry.h"