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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.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/ArrayBufferBuilder.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
similarity index 94%
copy from third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
index 7ff79cb3d99ed1b45a0bc062938348525b72e847..c4f7d0d2790dfb95de8499f79564c2f6c4757a13 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
@@ -31,11 +31,11 @@
#ifndef ArrayBufferBuilder_h
#define ArrayBufferBuilder_h
-#include "wtf/Allocator.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/RefPtr.h"
-#include "wtf/text/WTFString.h"
-#include "wtf/typed_arrays/ArrayBuffer.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/text/WTFString.h"
+#include "platform/wtf/typed_arrays/ArrayBuffer.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698