| 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 {
|
|
|