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

Unified Diff: remoting/ios/keychain_wrapper.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/keychain_wrapper.h ('k') | remoting/ios/session/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/keychain_wrapper.mm
diff --git a/remoting/client/ios/keychain_wrapper.mm b/remoting/ios/keychain_wrapper.mm
similarity index 98%
rename from remoting/client/ios/keychain_wrapper.mm
rename to remoting/ios/keychain_wrapper.mm
index c1ae602c8ce20a8acc90d09a27a5df4e17550d68..1992e4595302d766fe01c47b7dc101f6f63a56fc 100644
--- a/remoting/client/ios/keychain_wrapper.mm
+++ b/remoting/ios/keychain_wrapper.mm
@@ -6,9 +6,9 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/keychain_wrapper.h"
+#import "remoting/ios/keychain_wrapper.h"
-#import "remoting/client/ios/domain/host_info.h"
+#import "remoting/ios/domain/host_info.h"
static const UInt8 kKeychainItemIdentifier[] = "org.chromium.RemoteDesktop\0";
« no previous file with comments | « remoting/ios/keychain_wrapper.h ('k') | remoting/ios/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698