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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.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/ArrayBuffer.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.h
index 971526c638e64089e51d955bdba71d3b4292c1ac..103f7de0a8ba3ca47762b6d5f257d82e3ae4bf5e 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.h
@@ -26,12 +26,12 @@
#ifndef ArrayBuffer_h
#define ArrayBuffer_h
-#include "wtf/Assertions.h"
-#include "wtf/HashSet.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/WTFExport.h"
-#include "wtf/typed_arrays/ArrayBufferContents.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/PassRefPtr.h"
+#include "platform/wtf/RefCounted.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/typed_arrays/ArrayBufferContents.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698