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

Unified Diff: content/child/webcrypto/webcrypto_impl.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/shared_crypto_unittest.cc ('k') | content/child/webcrypto/webcrypto_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webcrypto/webcrypto_impl.h
diff --git a/content/renderer/webcrypto/webcrypto_impl.h b/content/child/webcrypto/webcrypto_impl.h
similarity index 95%
rename from content/renderer/webcrypto/webcrypto_impl.h
rename to content/child/webcrypto/webcrypto_impl.h
index 8f87c90666b62c07a75ddd791d4711aec840243b..c3734ca8d2ab1ddc13570a695ce02e3c1dc1732a 100644
--- a/content/renderer/webcrypto/webcrypto_impl.h
+++ b/content/child/webcrypto/webcrypto_impl.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_WEBCRYPTO_IMPL_H_
-#define CONTENT_RENDERER_WEBCRYPTO_WEBCRYPTO_IMPL_H_
+#ifndef CONTENT_CHILD_WEBCRYPTO_WEBCRYPTO_IMPL_H_
+#define CONTENT_CHILD_WEBCRYPTO_WEBCRYPTO_IMPL_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -74,4 +74,4 @@ class WebCryptoImpl : public blink::WebCrypto {
} // namespace content
-#endif // CONTENT_RENDERER_WEBCRYPTO_WEBCRYPTO_IMPL_H_
+#endif // CONTENT_CHILD_WEBCRYPTO_WEBCRYPTO_IMPL_H_
« no previous file with comments | « content/child/webcrypto/shared_crypto_unittest.cc ('k') | content/child/webcrypto/webcrypto_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698