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

Unified Diff: third_party/WebKit/Source/modules/plugins/DOMMimeType.cpp

Issue 2801083003: Rewrite references to "wtf/" to "platform/wtf/" in modules. (Closed)
Patch Set: Rebase again^3. Will try landing directly. 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/modules/plugins/DOMMimeType.cpp
diff --git a/third_party/WebKit/Source/modules/plugins/DOMMimeType.cpp b/third_party/WebKit/Source/modules/plugins/DOMMimeType.cpp
index 9ad5aa615fd7beb4fb9e82bd5b777cfd0c2bb70d..d64535b84869fecd010c019093f8a91c27280b3e 100644
--- a/third_party/WebKit/Source/modules/plugins/DOMMimeType.cpp
+++ b/third_party/WebKit/Source/modules/plugins/DOMMimeType.cpp
@@ -23,7 +23,7 @@
#include "core/loader/FrameLoader.h"
#include "core/page/Page.h"
#include "modules/plugins/DOMPlugin.h"
-#include "wtf/text/StringBuilder.h"
+#include "platform/wtf/text/StringBuilder.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/modules/plugins/DOMMimeType.h ('k') | third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698