| Index: remoting/client/connect_to_host_info.h
|
| diff --git a/remoting/client/jni/connect_to_host_info.h b/remoting/client/connect_to_host_info.h
|
| similarity index 83%
|
| rename from remoting/client/jni/connect_to_host_info.h
|
| rename to remoting/client/connect_to_host_info.h
|
| index f4dddffb0ed31edf1526509c26c9dd72cedf2c66..b4a8db38744577071a02c206cfa538711de36932 100644
|
| --- a/remoting/client/jni/connect_to_host_info.h
|
| +++ b/remoting/client/connect_to_host_info.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 CLIENT_JNI_CONNECT_TO_HOST_INFO_H_
|
| -#define CLIENT_JNI_CONNECT_TO_HOST_INFO_H_
|
| +#ifndef REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_
|
| +#define REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_
|
|
|
| #include <string>
|
|
|
| @@ -31,4 +31,4 @@ struct ConnectToHostInfo {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // CLIENT_JNI_CONNECT_TO_HOST_INFO_H_
|
| +#endif // REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_
|
|
|