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

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

Issue 188203003: Move webcrypto to child/ and add support to worker_webkitplatformsupport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: content/child/webcrypto/crypto_data.cc
diff --git a/content/renderer/webcrypto/crypto_data.cc b/content/child/webcrypto/crypto_data.cc
similarity index 95%
rename from content/renderer/webcrypto/crypto_data.cc
rename to content/child/webcrypto/crypto_data.cc
index 6cc6737120061170bb9c1533a56290efd3a54a67..47de0bed91818ac0fe805b21f80cbb8f05b8147f 100644
--- a/content/renderer/webcrypto/crypto_data.cc
+++ b/content/child/webcrypto/crypto_data.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/webcrypto/crypto_data.h"
+#include "content/child/webcrypto/crypto_data.h"
#include "third_party/WebKit/public/platform/WebArrayBuffer.h"

Powered by Google App Engine
This is Rietveld 408576698