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

Unified Diff: third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp

Issue 2817863002: Rewrite references to "wtf/" to "platform/wtf/" in core/editing. (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/editing/serializers/HTMLInterchange.cpp
diff --git a/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp b/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp
index c12196882ec9e037b3d40725a29bdd41999ed8da..05d08429aa776dcfd2af53b5d068affe6c74a54b 100644
--- a/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp
+++ b/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp
@@ -29,8 +29,8 @@
#include "core/editing/EditingUtilities.h"
#include "core/layout/LayoutObject.h"
#include "core/layout/LayoutText.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 {

Powered by Google App Engine
This is Rietveld 408576698