| Index: chrome/common/ipc_logging.h
|
| diff --git a/chrome/common/ipc_logging.h b/chrome/common/ipc_logging.h
|
| index cfdcf21528fda99ebe3d21b83445dea408b0f65f..e16b9d4d4bc74ea3c38f09835e82ede0c500a5f2 100644
|
| --- a/chrome/common/ipc_logging.h
|
| +++ b/chrome/common/ipc_logging.h
|
| @@ -9,13 +9,12 @@
|
|
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
|
|
| -#include "base/lock.h"
|
| +#include <vector>
|
| +
|
| #include "base/message_loop.h"
|
| +#include "base/scoped_ptr.h"
|
| #include "base/singleton.h"
|
| #include "base/waitable_event_watcher.h"
|
| -#include "chrome/common/ipc_message_utils.h"
|
| -
|
| -class MessageLoop;
|
|
|
| namespace IPC {
|
|
|
|
|