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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.cc

Issue 2804753005: Rewrite references to "wtf/" to "platform/wtf/" in bindings. (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/bindings/tests/results/core/test_interface_3.cc
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.cc b/third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.cc
index ba84892f6cad87a7716986b183f894f8b8ae04d4..6dd7bdc9eef144fcfbb5d632455f7908ef220d2e 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.cc
+++ b/third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.cc
@@ -13,8 +13,8 @@
#include "web/api/test_interface_3.h"
// TODO(dglazkov): Properly sort the includes.
-#include "wtf/text/WTFString.h"
#include "bindings/tests/idls/core/TestInterface3.h"
+#include "platform/wtf/text/WTFString.h"
namespace web {

Powered by Google App Engine
This is Rietveld 408576698