summaryrefslogtreecommitdiffstats
path: root/cc/base
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 22:11:48 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 22:11:48 +0000
commit8e61d4b62fb85a9e0b1576799c644f7e68a1900a (patch)
tree040c270d1ccb07402822c012c7d349f8783ecede /cc/base
parentce83ede3e7f5176deca43bb2d83d07f77944ad02 (diff)
downloadchromium_src-8e61d4b62fb85a9e0b1576799c644f7e68a1900a.zip
chromium_src-8e61d4b62fb85a9e0b1576799c644f7e68a1900a.tar.gz
chromium_src-8e61d4b62fb85a9e0b1576799c644f7e68a1900a.tar.bz2
Use a direct include of strings headers in cc/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15981007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205325 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/base')
-rw-r--r--cc/base/worker_pool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/base/worker_pool.cc b/cc/base/worker_pool.cc
index 024372e..2c2c034 100644
--- a/cc/base/worker_pool.cc
+++ b/cc/base/worker_pool.cc
@@ -14,7 +14,7 @@
#include "base/bind.h"
#include "base/debug/trace_event.h"
#include "base/hash_tables.h"
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
#include "base/threading/simple_thread.h"
#include "base/threading/thread_restrictions.h"
#include "cc/base/scoped_ptr_deque.h"