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

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

Issue 2767153004: Move files in wtf/ to platform/wtf/ (Part 12). (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/RefVector.h
diff --git a/third_party/WebKit/Source/wtf/RefVector.h b/third_party/WebKit/Source/platform/wtf/RefVector.h
similarity index 93%
copy from third_party/WebKit/Source/wtf/RefVector.h
copy to third_party/WebKit/Source/platform/wtf/RefVector.h
index 4cfe6e446f08008678e011324d120f9fef08ff1c..dc827f7ead63ac9cb74d4c12a1387ed96751a186 100644
--- a/third_party/WebKit/Source/wtf/RefVector.h
+++ b/third_party/WebKit/Source/platform/wtf/RefVector.h
@@ -5,9 +5,9 @@
#ifndef RefVector_h
#define RefVector_h
-#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/RefCounted.h"
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/Vector.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/PrintStream.cpp ('k') | third_party/WebKit/Source/platform/wtf/SaturatedArithmetic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698