diff options
Diffstat (limited to 'ipc/ipc_channel.cc')
-rw-r--r-- | ipc/ipc_channel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel.cc b/ipc/ipc_channel.cc index 5054fb6..25899a3 100644 --- a/ipc/ipc_channel.cc +++ b/ipc/ipc_channel.cc @@ -9,7 +9,7 @@ #include "base/atomic_sequence_num.h" #include "base/process_util.h" #include "base/rand_util.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" #if !defined(OS_NACL) namespace { |