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

Unified Diff: Source/web/WebArrayBufferView.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
« no previous file with comments | « Source/web/WebArrayBufferConverter.cpp ('k') | Source/web/WebBindings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebArrayBufferView.cpp
diff --git a/Source/web/WebArrayBufferView.cpp b/Source/web/WebArrayBufferView.cpp
index 673e958db67f5fa487a0451978b03fc6c0910a8a..ec6d0a579ec18aa520a13c1df446d4bf306c556a 100644
--- a/Source/web/WebArrayBufferView.cpp
+++ b/Source/web/WebArrayBufferView.cpp
@@ -29,7 +29,7 @@
#include "config.h"
#include "public/web/WebArrayBufferView.h"
-#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
+#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
#include "wtf/ArrayBufferView.h"
using namespace WTF;
« no previous file with comments | « Source/web/WebArrayBufferConverter.cpp ('k') | Source/web/WebBindings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698