Rename LocalizedNumberICU.h to ICULocale.h
authortkent@chromium.org <tkent@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 05:57:20 +0000 (05:57 +0000)
committertkent@chromium.org <tkent@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 05:57:20 +0000 (05:57 +0000)
commitaeec677fc873985e064bfd6797c9f010f169f39c
tree899d5c106fc781b5672c76961943f3b7c3c770fc
parent86689553173e5c04c55df4be7ced7ec9d658f1a6
Rename LocalizedNumberICU.h to ICULocale.h
https://bugs.webkit.org/show_bug.cgi?id=84119

Reviewed by Kentaro Hara.

Source/WebCore:

LocalizedNumberICU.h contains only ICULocale class. It should be
named as ICULocale.h. We're going to move some functions in
LocalizedDateICU.cpp and LocalizedCalendarICU.cpp to ICULocale,
and add unit tests for them.

* WebCore.gypi: Rename LocalizedNumberICU.h to ICULocale.h
* platform/text/ICULocale.h:
Renamed from Source/WebCore/platform/text/LocalizedNumberICU.h.
* platform/text/LocalizedNumberICU.cpp:
Rename LocalizedNumberICU.h to ICULocale.h

Source/WebKit/chromium:

* tests/LocalizedNumberICUTest.cpp: Rename LocalizedNumberICU.h to ICULocale.h

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114347 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/WebCore.gypi
Source/WebCore/platform/text/ICULocale.h [moved from Source/WebCore/platform/text/LocalizedNumberICU.h with 98% similarity]
Source/WebCore/platform/text/LocalizedNumberICU.cpp
Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/tests/LocalizedNumberICUTest.cpp