summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 06:32:18 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 06:32:18 +0000
commit4aa794a1fee9d6939225363c3713be22029c7148 (patch)
tree01bc06b06640129a2c1200d4ac2211e4b0f54796 /ipc/ipc_channel.cc
parent348fbaac3221020d0087ab1cc24dc4ba045ea219 (diff)
downloadchromium_src-4aa794a1fee9d6939225363c3713be22029c7148.zip
chromium_src-4aa794a1fee9d6939225363c3713be22029c7148.tar.gz
chromium_src-4aa794a1fee9d6939225363c3713be22029c7148.tar.bz2
Use a direct include of strings headers in ipc/, jingle/, media/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16684003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel.cc')
-rw-r--r--ipc/ipc_channel.cc2
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 {