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

Unified Diff: Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 6 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: Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
diff --git a/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp b/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
similarity index 98%
rename from Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
rename to Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
index b40d0764a5e1931074308d57e3d48743ee4dfad7..6502d4c55d5af2201e424acdc511625db70e9cb1 100644
--- a/Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp
+++ b/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
@@ -5,10 +5,10 @@
#include "config.h"
#include "bindings/modules/v8/V8SubtleCrypto.h"
+#include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
+#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
#include "bindings/modules/v8/V8CryptoKey.h"
#include "bindings/v8/Dictionary.h"
-#include "bindings/v8/custom/V8ArrayBufferCustom.h"
-#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
namespace WebCore {
« no previous file with comments | « Source/bindings/modules/v8/custom/V8ServiceWorkerCustom.cpp ('k') | Source/bindings/modules/v8/custom/custom.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698