diff options
Diffstat (limited to 'chrome/browser/remoting/remoting_options_handler.cc')
-rw-r--r-- | chrome/browser/remoting/remoting_options_handler.cc | 2 |
1 files changed, 1 insertions, 1 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" |