diff options
Diffstat (limited to 'ipc/ipc_channel_posix.h')
-rw-r--r-- | ipc/ipc_channel_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h index aaefe15..e7b775e7 100644 --- a/ipc/ipc_channel_posix.h +++ b/ipc/ipc_channel_posix.h @@ -13,7 +13,7 @@ #include <string> #include <vector> -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/process.h" #include "ipc/file_descriptor_set_posix.h" #include "ipc/ipc_channel_reader.h" |