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

Unified Diff: third_party/WebKit/Source/platform/text/WebEntities.cpp

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/platform/text/WebEntities.cpp
diff --git a/third_party/WebKit/Source/web/WebEntities.cpp b/third_party/WebKit/Source/platform/text/WebEntities.cpp
similarity index 98%
rename from third_party/WebKit/Source/web/WebEntities.cpp
rename to third_party/WebKit/Source/platform/text/WebEntities.cpp
index b652f9ee09b73267349d64ae76c0bce740589360..7da0e4b866d45cd14597b56982abeaaf44af1b60 100644
--- a/third_party/WebKit/Source/web/WebEntities.cpp
+++ b/third_party/WebKit/Source/platform/text/WebEntities.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "web/WebEntities.h"
+#include "platform/text/WebEntities.h"
#include <string.h>
#include "platform/wtf/text/StringBuilder.h"

Powered by Google App Engine
This is Rietveld 408576698