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

Unified Diff: remoting/ios/host_preferences.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/host_preferences.h ('k') | remoting/ios/host_preferences_persistence.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/host_preferences.mm
diff --git a/remoting/client/ios/host_preferences.mm b/remoting/ios/host_preferences.mm
similarity index 95%
rename from remoting/client/ios/host_preferences.mm
rename to remoting/ios/host_preferences.mm
index 59ba32272ef418a241b6e4b3de939458b42421f6..d0c0efc6b7cb51e6157736e5be6bde079c9d4733 100644
--- a/remoting/client/ios/host_preferences.mm
+++ b/remoting/ios/host_preferences.mm
@@ -6,10 +6,10 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/host_preferences.h"
+#import "remoting/ios/host_preferences.h"
#import "base/logging.h"
-#import "remoting/client/ios/host_preferences_persistence.h"
+#import "remoting/ios/host_preferences_persistence.h"
namespace {
static NSString* const kHostPreferencesDataKeyHostDictionary =
« no previous file with comments | « remoting/ios/host_preferences.h ('k') | remoting/ios/host_preferences_persistence.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698