| Index: ios/clean/chrome/browser/ui/root/root_container_view_controller.h
|
| diff --git a/ios/clean/chrome/browser/ui/root/root_container_view_controller.h b/ios/clean/chrome/browser/ui/root/root_container_view_controller.h
|
| index 0f3ffe0f4d4bc784e35efc950460da1f658796db..0181677ad7290b46ed7847c5241d378f7ea7fa35 100644
|
| --- a/ios/clean/chrome/browser/ui/root/root_container_view_controller.h
|
| +++ b/ios/clean/chrome/browser/ui/root/root_container_view_controller.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| -#import "ios/clean/chrome/browser/ui/animators/zoom_transition_delegate.h"
|
| -#import "ios/clean/chrome/browser/ui/presenters/menu_presentation_delegate.h"
|
| +#import "ios/clean/chrome/browser/ui/transitions/animators/zoom_transition_delegate.h"
|
| +#import "ios/clean/chrome/browser/ui/transitions/presenters/menu_presentation_delegate.h"
|
|
|
| // View controller that wholly contains a content view controller.
|
| @interface RootContainerViewController
|
|
|