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

Unified Diff: third_party/WebKit/Source/core/page/PagePopupClient.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/PagePopupClient.cpp
diff --git a/third_party/WebKit/Source/core/page/PagePopupClient.cpp b/third_party/WebKit/Source/core/page/PagePopupClient.cpp
index a68c63e4e1971cd9a6eec7d183b4b806f64fd83f..c3debeb08fb0c1cdd1c019a9c5b5abbfa9ff3bf7 100644
--- a/third_party/WebKit/Source/core/page/PagePopupClient.cpp
+++ b/third_party/WebKit/Source/core/page/PagePopupClient.cpp
@@ -32,8 +32,8 @@
#include "core/dom/NodeComputedStyle.h"
#include "core/frame/LocalFrame.h"
-#include "wtf/text/CharacterNames.h"
-#include "wtf/text/StringBuilder.h"
+#include "platform/wtf/text/CharacterNames.h"
+#include "platform/wtf/text/StringBuilder.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/page/PagePopupClient.h ('k') | third_party/WebKit/Source/core/page/PagePopupController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698