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

Unified Diff: third_party/WebKit/Source/platform/wtf/Deque.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/Deque.h
diff --git a/third_party/WebKit/Source/wtf/Deque.h b/third_party/WebKit/Source/platform/wtf/Deque.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/Deque.h
copy to third_party/WebKit/Source/platform/wtf/Deque.h
index bb7aa0a7d9f83d04031a68a85992390ab5b73d6d..0b1e27dddf1365b9b01976d210d91f35c2bf53bd 100644
--- a/third_party/WebKit/Source/wtf/Deque.h
+++ b/third_party/WebKit/Source/platform/wtf/Deque.h
@@ -33,7 +33,7 @@
// FIXME: Could move what Vector and Deque share into a separate file.
// Deque doesn't actually use Vector.
-#include "wtf/Vector.h"
+#include "platform/wtf/Vector.h"
#include <iterator>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/DataLog.cpp ('k') | third_party/WebKit/Source/platform/wtf/DoublyLinkedList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698