| Index: remoting/ios/domain/host_info.h
|
| diff --git a/remoting/client/ios/domain/host_info.h b/remoting/ios/domain/host_info.h
|
| similarity index 89%
|
| rename from remoting/client/ios/domain/host_info.h
|
| rename to remoting/ios/domain/host_info.h
|
| index ad646a1b28cf29815ebfd3ec9bf953013d2a4243..6b6ca8f76050ce3ca28714652505c14f57e7d04c 100644
|
| --- a/remoting/client/ios/domain/host_info.h
|
| +++ b/remoting/ios/domain/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 REMOTING_CLIENT_IOS_DOMAIN_HOST_INFO_H_
|
| -#define REMOTING_CLIENT_IOS_DOMAIN_HOST_INFO_H_
|
| +#ifndef REMOTING_IOS_DOMAIN_HOST_INFO_H_
|
| +#define REMOTING_IOS_DOMAIN_HOST_INFO_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -33,4 +33,4 @@
|
|
|
| @end
|
|
|
| -#endif // REMOTING_CLIENT_IOS_DOMAIN_HOST_INFO_H_
|
| +#endif // REMOTING_IOS_DOMAIN_HOST_INFO_H_
|
|
|