diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 23:38:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 23:38:56 +0000 |
commit | a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310 (patch) | |
tree | 146a5bc307f3ff64a7d99d54630b0639cfb9eddc /webkit/default_plugin | |
parent | 33f61ef7d4790c6800d3f5048b7c21594f37c227 (diff) | |
download | chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.zip chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.gz chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.bz2 |
Move l10n_util to app/
http://crbug.com/11387
Review URL: http://codereview.chromium.org/109043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin')
-rw-r--r-- | webkit/default_plugin/plugin_impl_win.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/default_plugin/plugin_impl_win.cc b/webkit/default_plugin/plugin_impl_win.cc index 70f9cfe..884f47d 100644 --- a/webkit/default_plugin/plugin_impl_win.cc +++ b/webkit/default_plugin/plugin_impl_win.cc @@ -399,10 +399,10 @@ LRESULT PluginInstallerImpl::OnEraseBackGround(UINT message, WPARAM wparam, // Use ICU in order to determine whether the locale is right-to-left. // // TODO(idana) bug# 1246452: there is already code in -// chrome/common/l10n_util.h/cc that uses ICU to determine the locale -// direction. We don't currently use this code since code in WebKit should not -// depend on code in Chrome. We can fix this by pulling (at least part of) the -// l10n_util functionality up into the Base module. +// app/l10n_util.h/cc that uses ICU to determine the locale direction. We don't +// currently use this code since code in WebKit should not depend on code in +// 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 char* lang = locale.getLanguage(); |