Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: remoting/ios/client_gestures.h

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/ios/build/localizable_string_id_list.txt ('k') | remoting/ios/client_gestures.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/ios/build/localizable_string_id_list.txt ('k') | remoting/ios/client_gestures.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698