diff options
Diffstat (limited to 'chrome/browser/remoting')
-rw-r--r-- | chrome/browser/remoting/remoting_options_handler.cc | 2 | ||||
-rw-r--r-- | chrome/browser/remoting/setup_flow.h | 2 | ||||
-rw-r--r-- | chrome/browser/remoting/setup_flow_login_step.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/remoting/remoting_options_handler.cc b/chrome/browser/remoting/remoting_options_handler.cc index 62ce92b..9c8b735 100644 --- a/chrome/browser/remoting/remoting_options_handler.cc +++ b/chrome/browser/remoting/remoting_options_handler.cc @@ -7,8 +7,8 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/browser/service/service_process_control_manager.h" -#include "chrome/browser/webui/web_ui.h" #include "chrome/common/remoting/chromoting_host_info.h" +#include "content/browser/webui/web_ui.h" #include "grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" diff --git a/chrome/browser/remoting/setup_flow.h b/chrome/browser/remoting/setup_flow.h index d8c017b..5672d3f 100644 --- a/chrome/browser/remoting/setup_flow.h +++ b/chrome/browser/remoting/setup_flow.h @@ -8,8 +8,8 @@ #include "base/callback.h" #include "base/scoped_ptr.h" #include "chrome/browser/webui/html_dialog_ui.h" -#include "chrome/browser/webui/web_ui.h" #include "chrome/common/remoting/chromoting_host_info.h" +#include "content/browser/webui/web_ui.h" class ListValue; class ServiceProcessControl; diff --git a/chrome/browser/remoting/setup_flow_login_step.cc b/chrome/browser/remoting/setup_flow_login_step.cc index 5cfc08f..e58c674 100644 --- a/chrome/browser/remoting/setup_flow_login_step.cc +++ b/chrome/browser/remoting/setup_flow_login_step.cc @@ -11,9 +11,9 @@ #include "base/values.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/remoting/setup_flow_get_status_step.h" -#include "chrome/browser/webui/web_ui_util.h" #include "chrome/common/net/gaia/gaia_constants.h" #include "chrome/common/net/gaia/google_service_auth_error.h" +#include "content/browser/webui/web_ui_util.h" namespace remoting { |