diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 21:52:15 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 21:52:15 +0000 |
commit | ea3938e9f4766717cad3cf47f569b5922eeab7ce (patch) | |
tree | 84fd2df59ad74034751cffac24439753de51f319 /webkit/default_plugin | |
parent | 349f21b8d8159af29c1138c09b169efe7b16b12e (diff) | |
download | chromium_src-ea3938e9f4766717cad3cf47f569b5922eeab7ce.zip chromium_src-ea3938e9f4766717cad3cf47f569b5922eeab7ce.tar.gz chromium_src-ea3938e9f4766717cad3cf47f569b5922eeab7ce.tar.bz2 |
Add icu:: qualifiers to a couple of more files. They're missed in the previous CL.
BUG=8198
TEST=Building all targets succeed without an error.
TBR=darin
Review URL: http://codereview.chromium.org/173076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin')
-rw-r--r-- | webkit/default_plugin/plugin_impl_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/default_plugin/plugin_impl_win.cc b/webkit/default_plugin/plugin_impl_win.cc index 904aa7f..0bc7270 100644 --- a/webkit/default_plugin/plugin_impl_win.cc +++ b/webkit/default_plugin/plugin_impl_win.cc @@ -404,7 +404,7 @@ LRESULT PluginInstallerImpl::OnEraseBackGround(UINT message, WPARAM wparam, // Chrome. We can fix this by pulling (at least part of) the l10n_util // functionality up into the Base module. bool PluginInstallerImpl::IsRTLLayout() const { - const Locale& locale = Locale::getDefault(); + const icu::Locale& locale = icu::Locale::getDefault(); const char* lang = locale.getLanguage(); // Check only for Arabic and Hebrew languages for now. |