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

Unified Diff: third_party/WebKit/Source/platform/PODInterval.h

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (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/platform/PODInterval.h
diff --git a/third_party/WebKit/Source/platform/PODInterval.h b/third_party/WebKit/Source/platform/PODInterval.h
index 43f2c665bd8f96223598df4bd4fe686b9fc0a1e9..e7c761b5d9d9d785881b6862be30d59393af0b7e 100644
--- a/third_party/WebKit/Source/platform/PODInterval.h
+++ b/third_party/WebKit/Source/platform/PODInterval.h
@@ -28,7 +28,7 @@
#include "platform/heap/Handle.h"
#ifndef NDEBUG
-#include "wtf/text/StringBuilder.h"
+#include "platform/wtf/text/StringBuilder.h"
#endif
namespace blink {
@@ -71,7 +71,7 @@ namespace blink {
// Note that this class requires a copy constructor and assignment
// operator in order to be stored in the red-black tree.
-#include "wtf/Allocator.h"
+#include "platform/wtf/Allocator.h"
#ifndef NDEBUG
template <class T>
« no previous file with comments | « third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp ('k') | third_party/WebKit/Source/platform/PODIntervalTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698