| Index: chrome/common/child_process_host.cc
|
| diff --git a/chrome/common/child_process_host.cc b/chrome/common/child_process_host.cc
|
| index 67d9a5a89ab4f169989e7bd88f019c5c539177f0..b7cab7faba498faf00f26de6fd3e67254f5d8881 100644
|
| --- a/chrome/common/child_process_host.cc
|
| +++ b/chrome/common/child_process_host.cc
|
| @@ -11,12 +11,12 @@
|
| #include "base/singleton.h"
|
| #include "base/waitable_event.h"
|
| #include "chrome/browser/chrome_thread.h"
|
| -#include "chrome/common/ipc_logging.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/common/plugin_messages.h"
|
| #include "chrome/common/process_watcher.h"
|
| #include "chrome/common/result_codes.h"
|
| +#include "ipc/ipc_logging.h"
|
|
|
|
|
| namespace {
|
|
|