| Index: sky/engine/wtf/ArrayBuffer.cpp
|
| diff --git a/sky/engine/wtf/ArrayBuffer.cpp b/sky/engine/wtf/ArrayBuffer.cpp
|
| index cfbdc9de1418bca9204a2a7a94e37116d28251ac..42d94488abb690a998f32ffccc55d50bbd0dc7ba 100644
|
| --- a/sky/engine/wtf/ArrayBuffer.cpp
|
| +++ b/sky/engine/wtf/ArrayBuffer.cpp
|
| @@ -23,11 +23,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "wtf/ArrayBuffer.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/ArrayBuffer.h"
|
|
|
| -#include "wtf/ArrayBufferView.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/ArrayBufferView.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| namespace WTF {
|
|
|
|
|