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

Unified Diff: third_party/WebKit/Source/platform/wtf/VectorTraits.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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Vector.h ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/VectorTraits.h
diff --git a/third_party/WebKit/Source/wtf/VectorTraits.h b/third_party/WebKit/Source/platform/wtf/VectorTraits.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/VectorTraits.h
copy to third_party/WebKit/Source/platform/wtf/VectorTraits.h
index b721f4622d267b203c6b45c18fed686488e50762..5f20a75133d2ee640397e07c1400895ee3a02d65 100644
--- a/third_party/WebKit/Source/wtf/VectorTraits.h
+++ b/third_party/WebKit/Source/platform/wtf/VectorTraits.h
@@ -21,8 +21,8 @@
#ifndef WTF_VectorTraits_h
#define WTF_VectorTraits_h
-#include "wtf/RefPtr.h"
-#include "wtf/TypeTraits.h"
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/TypeTraits.h"
#include <memory>
#include <type_traits>
#include <utility>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Vector.h ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698