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

Unified Diff: third_party/WebKit/Source/core/page/WindowFeatures.cpp

Issue 2815193003: Rewrite references to "wtf/" to "platform/wtf/" in core/page. (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/page/WindowFeatures.cpp
diff --git a/third_party/WebKit/Source/core/page/WindowFeatures.cpp b/third_party/WebKit/Source/core/page/WindowFeatures.cpp
index 843c765196e7de8c5ac050da461fa274e837c18e..8c20632b0f6fff9624b8707e6dc96ba2e66f0c9d 100644
--- a/third_party/WebKit/Source/core/page/WindowFeatures.cpp
+++ b/third_party/WebKit/Source/core/page/WindowFeatures.cpp
@@ -24,9 +24,9 @@
#include "core/page/WindowFeatures.h"
#include "platform/geometry/IntRect.h"
-#include "wtf/Assertions.h"
-#include "wtf/MathExtras.h"
-#include "wtf/text/StringHash.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/MathExtras.h"
+#include "platform/wtf/text/StringHash.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/page/WindowFeatures.h ('k') | third_party/WebKit/Source/core/page/WindowFeaturesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698