| Index: third_party/WebKit/Source/platform/text/LocaleICU.h
|
| diff --git a/third_party/WebKit/Source/platform/text/LocaleICU.h b/third_party/WebKit/Source/platform/text/LocaleICU.h
|
| index 939608195d84608959d3b0d99c67a5a09ed2901d..42626a0d80fd06fbe6088102f5296ea22ee1d24b 100644
|
| --- a/third_party/WebKit/Source/platform/text/LocaleICU.h
|
| +++ b/third_party/WebKit/Source/platform/text/LocaleICU.h
|
| @@ -42,8 +42,8 @@
|
|
|
| namespace blink {
|
|
|
| -// We should use this class only for LocalizedNumberICU.cpp, LocalizedDateICU.cpp,
|
| -// and LocalizedNumberICUTest.cpp.
|
| +// We should use this class only for LocalizedNumberICU.cpp,
|
| +// LocalizedDateICU.cpp, and LocalizedNumberICUTest.cpp.
|
| class PLATFORM_EXPORT LocaleICU : public Locale {
|
| public:
|
| static std::unique_ptr<LocaleICU> create(const char* localeString);
|
|
|