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

Unified Diff: webkit/plugins/ppapi/v8_var_converter.cc

Issue 19349002: Update the include path for WebArrayBuffer.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto master Created 7 years, 5 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 | « webkit/plugins/ppapi/host_array_buffer_var.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/v8_var_converter.cc
diff --git a/webkit/plugins/ppapi/v8_var_converter.cc b/webkit/plugins/ppapi/v8_var_converter.cc
index 6f6baf7cfec4e2df1f8a9b800a4aa6d950a1e9c8..6a7f62e6c1f07fb7ecd020a2e100fa92783e2ca6 100644
--- a/webkit/plugins/ppapi/v8_var_converter.cc
+++ b/webkit/plugins/ppapi/v8_var_converter.cc
@@ -15,7 +15,7 @@
#include "ppapi/shared_impl/dictionary_var.h"
#include "ppapi/shared_impl/var.h"
#include "ppapi/shared_impl/var_tracker.h"
-#include "third_party/WebKit/public/web/WebArrayBuffer.h"
+#include "third_party/WebKit/public/platform/WebArrayBuffer.h"
#include "webkit/plugins/ppapi/host_array_buffer_var.h"
using ppapi::ArrayBufferVar;
« no previous file with comments | « webkit/plugins/ppapi/host_array_buffer_var.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698