Chromium Code Reviews| Index: ios/clean/chrome/browser/ui/settings/settings_coordinator.h |
| diff --git a/ios/clean/chrome/browser/ui/settings/settings_coordinator.h b/ios/clean/chrome/browser/ui/settings/settings_coordinator.h |
| index e1fbadc37637d2919eacb8cc80e220f4cefac0d2..f8b9068be1813f85ef995847d8995c6e13514b2f 100644 |
| --- a/ios/clean/chrome/browser/ui/settings/settings_coordinator.h |
| +++ b/ios/clean/chrome/browser/ui/settings/settings_coordinator.h |
| @@ -7,7 +7,7 @@ |
| #import <UIKit/UIKit.h> |
| -#import "ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h" |
| +#import "ios/clean/chrome/browser/ui/overlays/browser_coordinator+overlay_support.h" |
|
marq (ping after 24h)
2017/06/21 09:53:19
No need to include the category here, right?
kkhorimoto
2017/06/23 06:22:39
Nope, changed to just browser_coordinator.h
|
| // A coordinator for the Settings UI, which is usually presented modally |
| // on top of whatever other UI is currently active. |