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

Unified Diff: third_party/WebKit/Source/platform/wtf/DoublyLinkedList.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/DoublyLinkedList.h
diff --git a/third_party/WebKit/Source/wtf/DoublyLinkedList.h b/third_party/WebKit/Source/platform/wtf/DoublyLinkedList.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/DoublyLinkedList.h
copy to third_party/WebKit/Source/platform/wtf/DoublyLinkedList.h
index 16e0d41125f0ebb8e89593b47f37f4e433d64d88..e449508856f0bc03a4ca5ef10704d8abf80cf8e2 100644
--- a/third_party/WebKit/Source/wtf/DoublyLinkedList.h
+++ b/third_party/WebKit/Source/platform/wtf/DoublyLinkedList.h
@@ -26,7 +26,7 @@
#ifndef DoublyLinkedList_h
#define DoublyLinkedList_h
-#include "wtf/Allocator.h"
+#include "platform/wtf/Allocator.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Deque.h ('k') | third_party/WebKit/Source/platform/wtf/FilePrintStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698