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

Unified Diff: third_party/WebKit/Source/web/WebFrameSerializerImpl.h

Issue 2859123002: Move WebEntities to platform/ (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/web/WebFrameSerializerImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameSerializerImpl.h b/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
index 3006ab089808105e9d44e1d176358d10e57c9270..74ee2560b93c1617c5684ca3059cc702762261cc 100644
--- a/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
@@ -31,6 +31,7 @@
#ifndef WebFrameSerializerImpl_h
#define WebFrameSerializerImpl_h
+#include "platform/text/WebEntities.h"
#include "platform/wtf/Forward.h"
#include "platform/wtf/HashMap.h"
#include "platform/wtf/Vector.h"
@@ -41,7 +42,6 @@
#include "public/platform/WebURL.h"
#include "public/web/WebFrameSerializer.h"
#include "public/web/WebFrameSerializerClient.h"
-#include "web/WebEntities.h"
namespace WTF {
class TextEncoding;

Powered by Google App Engine
This is Rietveld 408576698