summaryrefslogtreecommitdiffstats
path: root/google_apis/cup
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 07:29:22 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 07:29:22 +0000
commitf439096d4336df79adad9c69d30a95ce705a05e5 (patch)
tree87d44c8f8324cbcf9025150f5cb52018c9de0631 /google_apis/cup
parent95f2d204098eb38e086500f1707f20ae2e5b4ef6 (diff)
downloadchromium_src-f439096d4336df79adad9c69d30a95ce705a05e5.zip
chromium_src-f439096d4336df79adad9c69d30a95ce705a05e5.tar.gz
chromium_src-f439096d4336df79adad9c69d30a95ce705a05e5.tar.bz2
Use a direct include of strings headers in extensions/, google_apis/, gpu/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16632010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/cup')
-rw-r--r--google_apis/cup/client_update_protocol.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/google_apis/cup/client_update_protocol.cc b/google_apis/cup/client_update_protocol.cc
index 23323af..e730557 100644
--- a/google_apis/cup/client_update_protocol.cc
+++ b/google_apis/cup/client_update_protocol.cc
@@ -8,8 +8,8 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/sha1.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
+#include "base/strings/string_util.h"
+#include "base/strings/stringprintf.h"
#include "crypto/hmac.h"
#include "crypto/random.h"