diff options
Diffstat (limited to 'chrome/common/child_thread.cc')
-rw-r--r-- | chrome/common/child_thread.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/child_thread.cc b/chrome/common/child_thread.cc index 527c58f..94b3186 100644 --- a/chrome/common/child_thread.cc +++ b/chrome/common/child_thread.cc @@ -6,11 +6,10 @@ #include "base/string_util.h" #include "base/command_line.h" -#include "chrome/common/common_message_utils.h" #include "chrome/common/child_process.h" #include "chrome/common/chrome_switches.h" +#include "chrome/common/ipc_logging.h" #include "chrome/common/plugin_messages.h" -#include "ipc/ipc_logging.h" #include "webkit/glue/webkit_glue.h" |