diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 23:30:17 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 23:30:17 +0000 |
commit | c051a1b531d77e7d2eb3afd1dec67e13aab39154 (patch) | |
tree | a6dcc2760d1cdc216a329298052723cb0e25e242 /chrome/browser/remoting | |
parent | 28df88370f358468bffa1e1f6bc43aa25c11e388 (diff) | |
download | chromium_src-c051a1b531d77e7d2eb3afd1dec67e13aab39154.zip chromium_src-c051a1b531d77e7d2eb3afd1dec67e13aab39154.tar.gz chromium_src-c051a1b531d77e7d2eb3afd1dec67e13aab39154.tar.bz2 |
Move l10n_util to ui/base
BUG=none
TEST=none
TBR=brettw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/remoting')
6 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/remoting/remoting_options_handler.cc b/chrome/browser/remoting/remoting_options_handler.cc index 8e1d549..e4658ab 100644 --- a/chrome/browser/remoting/remoting_options_handler.cc +++ b/chrome/browser/remoting/remoting_options_handler.cc @@ -4,13 +4,13 @@ #include "chrome/browser/remoting/remoting_options_handler.h" -#include "app/l10n_util.h" #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/common/remoting/chromoting_host_info.h" #include "chrome/browser/dom_ui/dom_ui.h" #include "chrome/browser/service/service_process_control_manager.h" #include "grit/generated_resources.h" +#include "ui/base/l10n/l10n_util.h" namespace remoting { diff --git a/chrome/browser/remoting/remoting_resources_source.cc b/chrome/browser/remoting/remoting_resources_source.cc index fab4639..fdf5ba1 100644 --- a/chrome/browser/remoting/remoting_resources_source.cc +++ b/chrome/browser/remoting/remoting_resources_source.cc @@ -7,7 +7,6 @@ #include <algorithm> #include <string> -#include "app/l10n_util.h" #include "base/message_loop.h" #include "base/utf_string_conversions.h" #include "base/values.h" @@ -19,6 +18,7 @@ #include "grit/chromium_strings.h" #include "grit/generated_resources.h" #include "grit/locale_settings.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" // Define the values of standard URLs. diff --git a/chrome/browser/remoting/setup_flow.cc b/chrome/browser/remoting/setup_flow.cc index 689049a..1c29036 100644 --- a/chrome/browser/remoting/setup_flow.cc +++ b/chrome/browser/remoting/setup_flow.cc @@ -4,7 +4,6 @@ #include "chrome/browser/remoting/setup_flow.h" -#include "app/l10n_util.h" #include "base/json/json_reader.h" #include "base/json/json_writer.h" #include "base/utf_string_conversions.h" @@ -23,6 +22,7 @@ #include "grit/generated_resources.h" #include "grit/locale_settings.h" #include "ui/base/l10n/l10n_font_util.h" +#include "ui/base/l10n/l10n_util.h" namespace remoting { diff --git a/chrome/browser/remoting/setup_flow_get_status_step.cc b/chrome/browser/remoting/setup_flow_get_status_step.cc index 57c7b60..d77e1a1 100644 --- a/chrome/browser/remoting/setup_flow_get_status_step.cc +++ b/chrome/browser/remoting/setup_flow_get_status_step.cc @@ -4,11 +4,11 @@ #include "chrome/browser/remoting/setup_flow_get_status_step.h" -#include "app/l10n_util.h" #include "chrome/browser/remoting/setup_flow_register_step.h" #include "chrome/browser/service/service_process_control.h" #include "chrome/browser/service/service_process_control_manager.h" #include "grit/generated_resources.h" +#include "ui/base/l10n/l10n_util.h" namespace remoting { diff --git a/chrome/browser/remoting/setup_flow_register_step.cc b/chrome/browser/remoting/setup_flow_register_step.cc index 1e85388..d99eb7e 100644 --- a/chrome/browser/remoting/setup_flow_register_step.cc +++ b/chrome/browser/remoting/setup_flow_register_step.cc @@ -4,11 +4,11 @@ #include "chrome/browser/remoting/setup_flow_register_step.h" -#include "app/l10n_util.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/remoting/setup_flow_login_step.h" #include "chrome/browser/remoting/setup_flow_start_host_step.h" #include "grit/generated_resources.h" +#include "ui/base/l10n/l10n_util.h" namespace remoting { diff --git a/chrome/browser/remoting/setup_flow_start_host_step.cc b/chrome/browser/remoting/setup_flow_start_host_step.cc index 0a11bb2..3e555a2 100644 --- a/chrome/browser/remoting/setup_flow_start_host_step.cc +++ b/chrome/browser/remoting/setup_flow_start_host_step.cc @@ -4,11 +4,11 @@ #include "chrome/browser/remoting/setup_flow_start_host_step.h" -#include "app/l10n_util.h" #include "chrome/browser/remoting/setup_flow_get_status_step.h" #include "chrome/browser/service/service_process_control.h" #include "chrome/browser/service/service_process_control_manager.h" #include "grit/generated_resources.h" +#include "ui/base/l10n/l10n_util.h" namespace remoting { |