| Index: remoting/ios/domain/user_info.h
|
| diff --git a/remoting/client/ios/domain/user_info.h b/remoting/ios/domain/user_info.h
|
| similarity index 85%
|
| rename from remoting/client/ios/domain/user_info.h
|
| rename to remoting/ios/domain/user_info.h
|
| index 8c463317839959a8ad2282d65446236e4c0e56e6..c8f9e8eb17cbe69749affb8bf2bbad74139136d2 100644
|
| --- a/remoting/client/ios/domain/user_info.h
|
| +++ b/remoting/ios/domain/user_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_USER_INFO_H_
|
| -#define REMOTING_CLIENT_IOS_DOMAIN_USER_INFO_H_
|
| +#ifndef REMOTING_IOS_DOMAIN_USER_INFO_H_
|
| +#define REMOTING_IOS_DOMAIN_USER_INFO_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -27,4 +27,4 @@
|
|
|
| @end
|
|
|
| -#endif // REMOTING_CLIENT_IOS_DOMAIN_USER_INFO_H_
|
| +#endif // REMOTING_IOS_DOMAIN_USER_INFO_H_
|
|
|