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

Unified Diff: content/child/webcrypto/crypto_data.h

Issue 188203003: Move webcrypto to child/ and add support to worker_webkitplatformsupport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes to gypis Created 6 years, 9 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
« no previous file with comments | « content/child/webcrypto/OWNERS ('k') | content/child/webcrypto/crypto_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webcrypto/crypto_data.h
diff --git a/content/renderer/webcrypto/crypto_data.h b/content/child/webcrypto/crypto_data.h
similarity index 90%
rename from content/renderer/webcrypto/crypto_data.h
rename to content/child/webcrypto/crypto_data.h
index 714a29c0707ee54e468f8b8a7fcaafd1ac60b64b..d12d116dc874418f1fb170f53bb7345d0ed69e9b 100644
--- a/content/renderer/webcrypto/crypto_data.h
+++ b/content/child/webcrypto/crypto_data.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_RENDERER_WEBCRYPTO_CRYPTO_DATA_H_
-#define CONTENT_RENDERER_WEBCRYPTO_CRYPTO_DATA_H_
+#ifndef CONTENT_CHILD_WEBCRYPTO_CRYPTO_DATA_H_
+#define CONTENT_CHILD_WEBCRYPTO_CRYPTO_DATA_H_
#include <string>
#include <vector>
@@ -53,4 +53,4 @@ class CONTENT_EXPORT CryptoData {
} // namespace content
-#endif // CONTENT_RENDERER_WEBCRYPTO_CRYPTO_DATA_H_
+#endif // CONTENT_CHILD_WEBCRYPTO_CRYPTO_DATA_H_
« no previous file with comments | « content/child/webcrypto/OWNERS ('k') | content/child/webcrypto/crypto_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698