summaryrefslogtreecommitdiffstats
path: root/base/base64.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 14:29:00 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 14:29:00 +0000
commiteb62f726194d68406047f2716e8ef500bf456d67 (patch)
tree1e11329639f5662e7a2821e442c7dc8d36a2b7ad /base/base64.h
parente86df8dcc1b9ad3eb30c46d5ba6de9fe66991801 (diff)
downloadchromium_src-eb62f726194d68406047f2716e8ef500bf456d67.zip
chromium_src-eb62f726194d68406047f2716e8ef500bf456d67.tar.gz
chromium_src-eb62f726194d68406047f2716e8ef500bf456d67.tar.bz2
base: Update the include paths of base/string_piece.h to its new location.
string_piece.h was moved into base/strings/ in r191206 - https://chromiumcodereview.appspot.com/12982018/ TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/13374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base64.h')
-rw-r--r--base/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base64.h b/base/base64.h
index 983d5e2..cc78edc 100644
--- a/base/base64.h
+++ b/base/base64.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/base_export.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
namespace base {