| Index: remoting/host/setup/me2me_native_messaging_host.h
|
| diff --git a/remoting/host/setup/native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h
|
| similarity index 96%
|
| rename from remoting/host/setup/native_messaging_host.h
|
| rename to remoting/host/setup/me2me_native_messaging_host.h
|
| index 4a359d7d187ca551cd19820746eff224f35fbfa4..179b0fe0ab4a04fdf26c7d54701cfd4dc00142fc 100644
|
| --- a/remoting/host/setup/native_messaging_host.h
|
| +++ b/remoting/host/setup/me2me_native_messaging_host.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_HOST_SETUP_NATIVE_MESSAGING_HOST_H_
|
| -#define REMOTING_HOST_SETUP_NATIVE_MESSAGING_HOST_H_
|
| +#ifndef REMOTING_HOST_SETUP_ME2ME_NATIVE_MESSAGING_HOST_H_
|
| +#define REMOTING_HOST_SETUP_ME2ME_NATIVE_MESSAGING_HOST_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| +#include "remoting/host/native_messaging/native_messaging_channel.h"
|
| #include "remoting/host/setup/daemon_controller.h"
|
| -#include "remoting/host/setup/native_messaging_channel.h"
|
| #include "remoting/host/setup/oauth_client.h"
|
|
|
| namespace base {
|
| @@ -155,4 +155,4 @@ int NativeMessagingHostMain();
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_SETUP_NATIVE_MESSAGING_HOST_H_
|
| +#endif // REMOTING_HOST_SETUP_ME2ME_NATIVE_MESSAGING_HOST_H_
|
|
|