summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/pepper_flash_settings_manager.cc1
-rw-r--r--ipc/ipc_channel_posix.cc5
-rw-r--r--ipc/ipc_channel_reader.cc1
3 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/pepper_flash_settings_manager.cc b/chrome/browser/pepper_flash_settings_manager.cc
index 88ef5a3..97fa310 100644
--- a/chrome/browser/pepper_flash_settings_manager.cc
+++ b/chrome/browser/pepper_flash_settings_manager.cc
@@ -23,6 +23,7 @@
#include "content/public/common/content_constants.h"
#include "googleurl/src/gurl.h"
#include "ipc/ipc_channel.h"
+#include "ipc/ipc_listener.h"
#include "ppapi/proxy/ppapi_messages.h"
#include "webkit/plugins/plugin_constants.h"
#include "webkit/plugins/webplugininfo.h"
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
index fc15881..10695f8 100644
--- a/ipc/ipc_channel_posix.cc
+++ b/ipc/ipc_channel_posix.cc
@@ -34,11 +34,12 @@
#include "base/stl_util.h"
#include "base/string_util.h"
#include "base/synchronization/lock.h"
-#include "ipc/ipc_descriptors.h"
-#include "ipc/ipc_switches.h"
#include "ipc/file_descriptor_set_posix.h"
+#include "ipc/ipc_descriptors.h"
+#include "ipc/ipc_listener.h"
#include "ipc/ipc_logging.h"
#include "ipc/ipc_message_utils.h"
+#include "ipc/ipc_switches.h"
namespace IPC {
diff --git a/ipc/ipc_channel_reader.cc b/ipc/ipc_channel_reader.cc
index 2f291a9..4c3a86b 100644
--- a/ipc/ipc_channel_reader.cc
+++ b/ipc/ipc_channel_reader.cc
@@ -4,6 +4,7 @@
#include "ipc/ipc_channel_reader.h"
+#include "ipc/ipc_listener.h"
#include "ipc/ipc_logging.h"
#include "ipc/ipc_message_macros.h"