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

Unified Diff: remoting/client/ios/app/app_delegate.mm

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: cleaning up includes. Created 3 years, 11 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
Index: remoting/client/ios/app/app_delegate.mm
diff --git a/remoting/client/ios/app_delegate.mm b/remoting/client/ios/app/app_delegate.mm
similarity index 90%
rename from remoting/client/ios/app_delegate.mm
rename to remoting/client/ios/app/app_delegate.mm
index 484bd24355fb60ebb7b44da0a00bc2e2fe1fa71f..bceb7dbb1ddd219a65afcf214d6fcc2bd5c2eb8d 100644
--- a/remoting/client/ios/app_delegate.mm
+++ b/remoting/client/ios/app/app_delegate.mm
@@ -6,13 +6,13 @@
#error "This file requires ARC support."
#endif
-#import "remoting/client/ios/app_delegate.h"
+#import "remoting/client/ios/app/app_delegate.h"
#include "base/logging.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
-#import "remoting/client/ios/example_view_controller.h"
+#import "remoting/client/ios/app/example_view_controller.h"
@implementation AppDelegate

Powered by Google App Engine
This is Rietveld 408576698