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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.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/ArrayPiece.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h
similarity index 92%
copy from third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h
index e253e2157b42096f69829c294d594403f92ffa3c..883c5b4f1b3c59d8bfd2cd7082575f7530565dc5 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h
@@ -5,9 +5,9 @@
#ifndef ArrayPiece_h
#define ArrayPiece_h
-#include "wtf/Allocator.h"
-#include "wtf/Forward.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/WTFExport.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698