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

Unified Diff: third_party/WebKit/Source/platform/wtf/Vector.h

Issue 2769603002: Move files in wtf/ to platform/wtf/ (Part 8). (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/Vector.h
diff --git a/third_party/WebKit/Source/wtf/Vector.h b/third_party/WebKit/Source/platform/wtf/Vector.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/Vector.h
copy to third_party/WebKit/Source/platform/wtf/Vector.h
index 1a7bba1318fbd6653d3ce85060c99955c4a0ad3d..88e343d5c78047504c57ea3870a6f3ccf06b633e 100644
--- a/third_party/WebKit/Source/wtf/Vector.h
+++ b/third_party/WebKit/Source/platform/wtf/Vector.h
@@ -21,14 +21,14 @@
#ifndef WTF_Vector_h
#define WTF_Vector_h
-#include "wtf/Alignment.h"
-#include "wtf/ConditionalDestructor.h"
-#include "wtf/ContainerAnnotations.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/NotFound.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/VectorTraits.h"
-#include "wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/Alignment.h"
+#include "platform/wtf/ConditionalDestructor.h"
+#include "platform/wtf/ContainerAnnotations.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/NotFound.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/VectorTraits.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
#include <algorithm>
#include <initializer_list>
#include <iterator>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/PrintStream.h ('k') | third_party/WebKit/Source/platform/wtf/VectorTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698