| Index: content/renderer/pepper/host_array_buffer_var.cc
|
| ===================================================================
|
| --- content/renderer/pepper/host_array_buffer_var.cc (revision 213482)
|
| +++ content/renderer/pepper/host_array_buffer_var.cc (working copy)
|
| @@ -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 "webkit/plugins/ppapi/host_array_buffer_var.h"
|
| +#include "content/renderer/pepper/host_array_buffer_var.h"
|
|
|
| #include <stdio.h>
|
| #include <string.h>
|
| @@ -10,10 +10,10 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/process_util.h"
|
| +#include "content/renderer/pepper/host_globals.h"
|
| +#include "content/renderer/pepper/plugin_module.h"
|
| +#include "content/renderer/pepper/ppapi_plugin_instance_impl.h"
|
| #include "ppapi/c/pp_instance.h"
|
| -#include "webkit/plugins/ppapi/host_globals.h"
|
| -#include "webkit/plugins/ppapi/plugin_module.h"
|
| -#include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h"
|
|
|
| using ppapi::ArrayBufferVar;
|
| using WebKit::WebArrayBuffer;
|
|
|