| Index: remoting/ios/client_gestures.h
|
| diff --git a/remoting/client/ios/client_gestures.h b/remoting/ios/client_gestures.h
|
| similarity index 92%
|
| rename from remoting/client/ios/client_gestures.h
|
| rename to remoting/ios/client_gestures.h
|
| index 45cfff4b464b3123f074b0d103a2a1882b547865..132302e269fb26d85dd361eb9220d4838510db3c 100644
|
| --- a/remoting/client/ios/client_gestures.h
|
| +++ b/remoting/ios/client_gestures.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CLIENT_IOS_CLIENT_GESTURES_H_
|
| -#define REMOTING_CLIENT_IOS_CLIENT_GESTURES_H_
|
| +#ifndef REMOTING_IOS_CLIENT_GESTURES_H_
|
| +#define REMOTING_IOS_CLIENT_GESTURES_H_
|
|
|
| #import <Foundation/Foundation.h>
|
| #import <UIKit/UIKit.h>
|
| #include "base/logging.h"
|
| -#import "remoting/client/ios/key_input.h"
|
| +#import "remoting/ios/key_input.h"
|
|
|
| @class RemotingClient;
|
|
|
| @@ -69,4 +69,4 @@ typedef NS_ENUM(NSInteger, MouseButton) {
|
|
|
| @end
|
|
|
| -#endif // REMOTING_CLIENT_IOS_CLIENT_GESTURES_H_
|
| +#endif // REMOTING_IOS_CLIENT_GESTURES_H_
|
|
|