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

Unified Diff: third_party/WebKit/Source/core/layout/OrderIterator.h

Issue 2809363002: Rewrite references to "wtf/" to "platform/wtf/" in core/layout. (Closed)
Patch Set: Created 3 years, 8 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/core/layout/OrderIterator.h
diff --git a/third_party/WebKit/Source/core/layout/OrderIterator.h b/third_party/WebKit/Source/core/layout/OrderIterator.h
index 0de8c6485bef6e8567162493c0a5b868f5e7e193..5b184725e72ec54dc8c20c7f3e016dc611f1cac0 100644
--- a/third_party/WebKit/Source/core/layout/OrderIterator.h
+++ b/third_party/WebKit/Source/core/layout/OrderIterator.h
@@ -31,8 +31,8 @@
#ifndef OrderIterator_h
#define OrderIterator_h
-#include "wtf/Allocator.h"
-#include "wtf/Noncopyable.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Noncopyable.h"
#include <set>

Powered by Google App Engine
This is Rietveld 408576698