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

Unified Diff: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp

Issue 1780523003: Rename platform/fonts/CharacterData.h to avoid conflict with core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 4 years, 9 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/fonts/CharacterPropertyDataGenerator.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
similarity index 98%
rename from third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp
rename to third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
index a6c6ca3d5f030c7cbaa00cf1739d1232479115ba..35ccb39377715e77854cf43187819d0c9bf61344 100644
--- a/third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp
+++ b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "CharacterData.h"
+#include "CharacterPropertyDataGenerator.h"
tkent 2016/03/09 23:30:32 should be "platform/fonts/CharacterPropertyDataGen
kojii 2016/03/10 05:04:49 Tried in PS3, but this source is compiled with hos
tkent 2016/03/10 05:13:39 ok. Please add a TOOD() comment about it.
#include "CharacterProperty.h"
tkent 2016/03/09 23:30:32 should be "platform/fonts/CharacterProperty.h"
kojii 2016/03/10 05:04:50 ditto.
#include <cassert>

Powered by Google App Engine
This is Rietveld 408576698