| Index: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/CharacterData.h b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/platform/fonts/CharacterData.h
|
| rename to third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
|
| index a9c8f21d959abca0d2175a66afbf97d96d785206..560fde0a253aadd37fc2be8da11ce81ff662bfd5 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/CharacterData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CharacterData_h
|
| -#define CharacterData_h
|
| +#ifndef CharacterPropertyDataGenerator_h
|
| +#define CharacterPropertyDataGenerator_h
|
|
|
| #include <unicode/uobject.h>
|
|
|
|
|