| Index: chrome/browser/views/hung_renderer_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/hung_renderer_view.cc (revision 42180)
|
| +++ chrome/browser/views/hung_renderer_view.cc (working copy)
|
| @@ -7,6 +7,7 @@
|
| #include "app/gfx/canvas.h"
|
| #include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| +#include "base/i18n/rtl.h"
|
| #include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/renderer_host/render_process_host.h"
|
| #include "chrome/browser/renderer_host/render_view_host.h"
|
| @@ -95,7 +96,7 @@
|
| // TODO(xji): Consider adding a special case if the title text is a URL,
|
| // since those should always have LTR directionality. Please refer to
|
| // http://crbug.com/6726 for more information.
|
| - l10n_util::AdjustStringForLocaleDirection(title, &title);
|
| + base::i18n::AdjustStringForLocaleDirection(title, &title);
|
| return title;
|
| }
|
|
|
|
|