Index: components/webcrypto/openssl/util_openssl.h |
diff --git a/content/child/webcrypto/openssl/util_openssl.h b/components/webcrypto/openssl/util_openssl.h |
similarity index 95% |
rename from content/child/webcrypto/openssl/util_openssl.h |
rename to components/webcrypto/openssl/util_openssl.h |
index c0ffdc1d6221e57af53c89c6d484ed47845a009c..eef51a4cc8705dbec871416ad80460491aefbd1f 100644 |
--- a/content/child/webcrypto/openssl/util_openssl.h |
+++ b/components/webcrypto/openssl/util_openssl.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_CHILD_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |
-#define CONTENT_CHILD_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |
+#ifndef COMPONENTS_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |
+#define COMPONENTS_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |
#include <string> |
#include <vector> |
@@ -14,8 +14,6 @@ |
#include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h" |
#include "third_party/WebKit/public/platform/WebCryptoKey.h" |
-namespace content { |
- |
namespace webcrypto { |
class CryptoData; |
@@ -100,6 +98,4 @@ std::vector<uint8_t> BIGNUMToVector(const BIGNUM* n); |
} // namespace webcrypto |
-} // namespace content |
- |
-#endif // CONTENT_CHILD_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |
+#endif // COMPONENTS_WEBCRYPTO_OPENSSL_UTIL_OPENSSL_H_ |