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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h

Issue 2768063003: Move files in wtf/ to platform/wtf/ (Part 11). (Closed)
Patch Set: Rebase. Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
similarity index 95%
copy from third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
index 61689039b01ae54b32aa6900c4619631c9047906..0273139e66f468065248b099e576d4a8ffb0071f 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
@@ -26,11 +26,11 @@
#ifndef ArrayBufferView_h
#define ArrayBufferView_h
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
-#include "wtf/WTFExport.h"
-#include "wtf/typed_arrays/ArrayBuffer.h"
+#include "platform/wtf/PassRefPtr.h"
+#include "platform/wtf/RefCounted.h"
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/typed_arrays/ArrayBuffer.h"
#include <limits.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698