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

Unified Diff: ios/chrome/browser/chrome_root_coordinator.mm

Issue 2800313002: [ios] RootCoordinator and view controller. (Closed)
Patch Set: Unittests, showcase, and clean up. Created 3 years, 8 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: ios/chrome/browser/chrome_root_coordinator.mm
diff --git a/ios/chrome/browser/root_coordinator.mm b/ios/chrome/browser/chrome_root_coordinator.mm
similarity index 86%
rename from ios/chrome/browser/root_coordinator.mm
rename to ios/chrome/browser/chrome_root_coordinator.mm
index 4604fc8131357d2af4f63da7470069bea8e786ca..31f94872181ab405e00cc2f94d7583f82f19eb66 100644
--- a/ios/chrome/browser/root_coordinator.mm
+++ b/ios/chrome/browser/chrome_root_coordinator.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/chrome/browser/root_coordinator.h"
+#import "ios/chrome/browser/chrome_root_coordinator.h"
#include "base/logging.h"
@@ -10,7 +10,7 @@
#error "This file requires ARC support."
#endif
-@implementation RootCoordinator
+@implementation ChromeRootCoordinator
@synthesize window = _window;
- (instancetype)initWithWindow:(UIWindow*)window {

Powered by Google App Engine
This is Rietveld 408576698