summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/browser_process.h1
-rw-r--r--chrome/browser/browser_process_impl.h1
-rw-r--r--chrome/browser/browser_shutdown.cc1
-rw-r--r--chrome/browser/render_process_host.cc1
-rw-r--r--chrome/test/testing_browser_process.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 16301e6..172c16b 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -27,7 +27,6 @@ class RenderProcessHost;
class ResourceDispatcherHost;
class DebuggerWrapper;
class WebAppInstallerService;
-class SharedEvent;
class SuspendController;
namespace base {
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 8e302c6..3149125 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -18,7 +18,6 @@
#include "base/non_thread_safe.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
-#include "base/shared_event.h"
#include "chrome/browser/automation/automation_provider_list.h"
#include "chrome/browser/browser_process.h"
#include "sandbox/src/sandbox.h"
diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
index c453d5e..029d5fa 100644
--- a/chrome/browser/browser_shutdown.cc
+++ b/chrome/browser/browser_shutdown.cc
@@ -7,7 +7,6 @@
#include "base/file_util.h"
#include "base/histogram.h"
#include "base/path_service.h"
-#include "base/shared_event.h"
#include "base/string_util.h"
#include "base/time.h"
#include "chrome/browser/browser_process.h"
diff --git a/chrome/browser/render_process_host.cc b/chrome/browser/render_process_host.cc
index b39c89b..bcf5d72 100644
--- a/chrome/browser/render_process_host.cc
+++ b/chrome/browser/render_process_host.cc
@@ -20,7 +20,6 @@
#include "base/path_service.h"
#include "base/process_util.h"
#include "base/rand_util.h"
-#include "base/shared_event.h"
#include "base/shared_memory.h"
#include "base/string_util.h"
#include "base/sys_info.h"
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index b7255d0..a6d4425 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -12,7 +12,6 @@
#include <string>
-#include "base/shared_event.h"
#include "base/string_util.h"
#include "chrome/browser/browser_process.h"
#include "chrome/common/notification_service.h"