Chromium Code Reviews| 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> |