| Index: remoting/host/plugin/host_script_object.cc
|
| diff --git a/remoting/host/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
|
| similarity index 99%
|
| rename from remoting/host/host_script_object.cc
|
| rename to remoting/host/plugin/host_script_object.cc
|
| index 0808066dfbb82330ec7df3e3ef188585f62a654a..681d5566253ffcfbe3689beb5e24c7e0bb8d4fa8 100644
|
| --- a/remoting/host/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/host/host_script_object.h"
|
| +#include "remoting/host/plugin/host_script_object.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop.h"
|
| @@ -13,8 +13,8 @@
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/host_config.h"
|
| #include "remoting/host/host_key_pair.h"
|
| -#include "remoting/host/host_plugin_utils.h"
|
| #include "remoting/host/in_memory_host_config.h"
|
| +#include "remoting/host/plugin/host_plugin_utils.h"
|
| #include "remoting/host/register_support_host_request.h"
|
| #include "remoting/host/support_access_verifier.h"
|
|
|
|
|