| Index: remoting/host/plugin/host_plugin_utils.h
|
| diff --git a/remoting/host/host_plugin_utils.h b/remoting/host/plugin/host_plugin_utils.h
|
| similarity index 86%
|
| rename from remoting/host/host_plugin_utils.h
|
| rename to remoting/host/plugin/host_plugin_utils.h
|
| index 69ac302c890022e887719353ed5064cee48f0da7..363da4f99a596869b541568728a7633d570189a5 100644
|
| --- a/remoting/host/host_plugin_utils.h
|
| +++ b/remoting/host/plugin/host_plugin_utils.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_HOST_HOST_PLUGIN_UTILS_H_
|
| -#define REMOTING_HOST_HOST_PLUGIN_UTILS_H_
|
| +#ifndef REMOTING_HOST_PLUGIN_HOST_PLUGIN_UTILS_H_
|
| +#define REMOTING_HOST_PLUGIN_HOST_PLUGIN_UTILS_H_
|
|
|
| #include <string>
|
|
|
| @@ -32,4 +32,4 @@ NPObject* ObjectFromNPVariant(const NPVariant& variant);
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_HOST_PLUGIN_UTILS_H_
|
| +#endif // REMOTING_HOST_PLUGIN_HOST_PLUGIN_UTILS_H_
|
|
|