| Index: sky/engine/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8ArrayBufferCustom.cpp b/sky/engine/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| index 0c9c229e2086924b8747f552688b3e1defc88da8..b39ffd3544bd9b2897a16a139a7f734b853f811e 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| +++ b/sky/engine/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/bindings/core/v8/custom/V8ArrayBufferCustom.h"
|
|
|
| -#include "bindings/core/v8/V8Binding.h"
|
| -#include "wtf/ArrayBuffer.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "sky/engine/bindings/core/v8/V8Binding.h"
|
| +#include "sky/engine/wtf/ArrayBuffer.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|