| Index: remoting/ios/session/remoting_client.h
|
| diff --git a/remoting/client/ios/session/remoting_client.h b/remoting/ios/session/remoting_client.h
|
| similarity index 92%
|
| rename from remoting/client/ios/session/remoting_client.h
|
| rename to remoting/ios/session/remoting_client.h
|
| index 09a3a7b8462e38e4c9a70530b588239b4918b429..6dbe9f2b1f3d8c8eeff0747ce393fb5f79e7c37f 100644
|
| --- a/remoting/client/ios/session/remoting_client.h
|
| +++ b/remoting/ios/session/remoting_client.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CLIENT_IOS_SESSION_REMOTING_CLIENT_H_
|
| -#define REMOTING_CLIENT_IOS_SESSION_REMOTING_CLIENT_H_
|
| +#ifndef REMOTING_IOS_SESSION_REMOTING_CLIENT_H_
|
| +#define REMOTING_IOS_SESSION_REMOTING_CLIENT_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| -#import "remoting/client/ios/display/gl_display_handler.h"
|
| +#import "remoting/ios/display/gl_display_handler.h"
|
|
|
| #include "remoting/protocol/connection_to_host.h"
|
|
|
| @@ -80,4 +80,4 @@ extern NSString* const kHostSessionPin;
|
|
|
| @end
|
|
|
| -#endif // REMOTING_CLIENT_IOS_SESSION_REMOTING_CLIENT_H_
|
| +#endif // REMOTING_IOS_SESSION_REMOTING_CLIENT_H_
|
|
|