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

Unified Diff: remoting/ios/facade/remoting_authentication.mm

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/facade/remoting_authentication.h ('k') | remoting/ios/facade/remoting_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/facade/remoting_authentication.mm
diff --git a/remoting/client/ios/facade/remoting_authentication.mm b/remoting/ios/facade/remoting_authentication.mm
similarity index 95%
rename from remoting/client/ios/facade/remoting_authentication.mm
rename to remoting/ios/facade/remoting_authentication.mm
index 5abe68fbf6d33602f68c2ece40b8414f8af6b504..9327511208ebabe46a9b367314b797e8c8f8084a 100644
--- a/remoting/client/ios/facade/remoting_authentication.mm
+++ b/remoting/ios/facade/remoting_authentication.mm
@@ -6,17 +6,17 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/facade/remoting_authentication.h"
+#import "remoting/ios/facade/remoting_authentication.h"
#import <Foundation/Foundation.h>
#import <Security/Security.h>
#import "base/mac/bind_objc_block.h"
-#import "remoting/client/ios/facade/host_info.h"
-#import "remoting/client/ios/facade/host_list_fetcher.h"
-#import "remoting/client/ios/facade/ios_client_runtime_delegate.h"
-#import "remoting/client/ios/facade/remoting_service.h"
-#import "remoting/client/ios/keychain_wrapper.h"
+#import "remoting/ios/facade/host_info.h"
+#import "remoting/ios/facade/host_list_fetcher.h"
+#import "remoting/ios/facade/ios_client_runtime_delegate.h"
+#import "remoting/ios/facade/remoting_service.h"
+#import "remoting/ios/keychain_wrapper.h"
#include "base/logging.h"
#include "base/strings/sys_string_conversions.h"
« no previous file with comments | « remoting/ios/facade/remoting_authentication.h ('k') | remoting/ios/facade/remoting_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698