Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: components/webcrypto/crypto_data.h

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy the msvs_disabled_warnings to the new target. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/webcrypto/crypto_data.h
diff --git a/content/child/webcrypto/crypto_data.h b/components/webcrypto/crypto_data.h
similarity index 91%
rename from content/child/webcrypto/crypto_data.h
rename to components/webcrypto/crypto_data.h
index 2433dd7ea1c4e34626eb42528056af0af0540801..b8ce220edc57090e46893928c04f532559d70a53 100644
--- a/content/child/webcrypto/crypto_data.h
+++ b/components/webcrypto/crypto_data.h
@@ -9,10 +9,9 @@
#include <vector>
#include "base/basictypes.h"
-#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebVector.h"
-namespace content {
+namespace components {
namespace webcrypto {
@@ -21,7 +20,7 @@ namespace webcrypto {
//
// The data used at construction is NOT owned, and should remain valid as long
// as the CryptoData is being used.
-class CONTENT_EXPORT CryptoData {
+class CryptoData {
public:
// Constructs empty data.
CryptoData();
@@ -44,6 +43,6 @@ class CONTENT_EXPORT CryptoData {
} // namespace webcrypto
-} // namespace content
+} // namespace components
#endif // CONTENT_CHILD_WEBCRYPTO_CRYPTO_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698