summaryrefslogtreecommitdiffstats
path: root/net/android
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-13 00:01:55 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-13 00:01:55 +0000
commitd069c11a1974fd1ad0852d3cee88b5eba7e7ccf4 (patch)
tree030774ecd61439a6bd5830e6b0562fbacd5db2dc /net/android
parent18f86a1837878115194ad3ba4e98345118bd0b40 (diff)
downloadchromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.zip
chromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.tar.gz
chromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.tar.bz2
net: 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=eroman@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/14223008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/android')
-rw-r--r--net/android/keystore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/android/keystore.h b/net/android/keystore.h
index 9ede4bf..f14fa87 100644
--- a/net/android/keystore.h
+++ b/net/android/keystore.h
@@ -11,7 +11,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "net/base/net_export.h"
#include "net/ssl/ssl_client_cert_type.h"