| Index: remoting/host/plugin/host_plugin.cc
|
| diff --git a/remoting/host/host_plugin.cc b/remoting/host/plugin/host_plugin.cc
|
| similarity index 99%
|
| rename from remoting/host/host_plugin.cc
|
| rename to remoting/host/plugin/host_plugin.cc
|
| index 5c0e3873070f579c40daf8a1b507114879e33838..f901a03db816b0f117c9a2c183b97c9130a5d48f 100644
|
| --- a/remoting/host/host_plugin.cc
|
| +++ b/remoting/host/plugin/host_plugin.cc
|
| @@ -12,8 +12,8 @@
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/stringize_macros.h"
|
| -#include "remoting/host/host_plugin_utils.h"
|
| -#include "remoting/host/host_script_object.h"
|
| +#include "remoting/host/plugin/host_plugin_utils.h"
|
| +#include "remoting/host/plugin/host_script_object.h"
|
| #include "third_party/npapi/bindings/npapi.h"
|
| #include "third_party/npapi/bindings/npfunctions.h"
|
| #include "third_party/npapi/bindings/npruntime.h"
|
|
|