summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 21:42:40 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 21:42:40 +0000
commitdaf079adc510549208dacc0efce63a9f54273278 (patch)
tree056e4a66a509324705b3897caca26bdd2f696faf /crypto
parent82f93fb2b075830de15775f9abe543e8a7f6226d (diff)
downloadchromium_src-daf079adc510549208dacc0efce63a9f54273278.zip
chromium_src-daf079adc510549208dacc0efce63a9f54273278.tar.gz
chromium_src-daf079adc510549208dacc0efce63a9f54273278.tar.bz2
Update the remaining 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/14272007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto')
-rw-r--r--crypto/encryptor.h2
-rw-r--r--crypto/hkdf.h2
-rw-r--r--crypto/hmac.h2
-rw-r--r--crypto/openpgp_symmetric_encryption.h2
-rw-r--r--crypto/openssl_util.cc2
-rw-r--r--crypto/p224.h2
-rw-r--r--crypto/p224_spake.h2
-rw-r--r--crypto/sha2.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/crypto/encryptor.h b/crypto/encryptor.h
index 798a26f..c91d5a4 100644
--- a/crypto/encryptor.h
+++ b/crypto/encryptor.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "build/build_config.h"
#include "crypto/crypto_export.h"
diff --git a/crypto/hkdf.h b/crypto/hkdf.h
index c980c36..1d7a876 100644
--- a/crypto/hkdf.h
+++ b/crypto/hkdf.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "build/build_config.h"
#include "crypto/crypto_export.h"
diff --git a/crypto/hmac.h b/crypto/hmac.h
index d527d16..c7b22fa 100644
--- a/crypto/hmac.h
+++ b/crypto/hmac.h
@@ -11,7 +11,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "crypto/crypto_export.h"
namespace crypto {
diff --git a/crypto/openpgp_symmetric_encryption.h b/crypto/openpgp_symmetric_encryption.h
index f70f2cb..bcc81d6 100644
--- a/crypto/openpgp_symmetric_encryption.h
+++ b/crypto/openpgp_symmetric_encryption.h
@@ -7,7 +7,7 @@
#include <string>
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "crypto/crypto_export.h"
namespace crypto {
diff --git a/crypto/openssl_util.cc b/crypto/openssl_util.cc
index bdf24e6..5bc3ce5 100644
--- a/crypto/openssl_util.cc
+++ b/crypto/openssl_util.cc
@@ -10,7 +10,7 @@
#include "base/logging.h"
#include "base/memory/scoped_vector.h"
#include "base/memory/singleton.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "base/synchronization/lock.h"
namespace crypto {
diff --git a/crypto/p224.h b/crypto/p224.h
index 815be16..2efecfa 100644
--- a/crypto/p224.h
+++ b/crypto/p224.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/basictypes.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "crypto/crypto_export.h"
namespace crypto {
diff --git a/crypto/p224_spake.h b/crypto/p224_spake.h
index 1711d56..6905ef2 100644
--- a/crypto/p224_spake.h
+++ b/crypto/p224_spake.h
@@ -5,7 +5,7 @@
#ifndef CRYPTO_P224_SPAKE_H_
#define CRYPTO_P224_SPAKE_H_
-#include <base/string_piece.h>
+#include <base/strings/string_piece.h>
#include <crypto/p224.h>
#include <crypto/sha2.h>
diff --git a/crypto/sha2.h b/crypto/sha2.h
index e235f82..7e279d3 100644
--- a/crypto/sha2.h
+++ b/crypto/sha2.h
@@ -7,7 +7,7 @@
#include <string>
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "crypto/crypto_export.h"
namespace crypto {