| Index: ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
|
| diff --git a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h b/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
|
| index ba1426ba072514869a881af24f75dc42e623dd27..6a1aacc87a15da8f6042b9b6ab823b2c5955579d 100644
|
| --- a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
|
| +++ b/ios/clean/chrome/browser/ui/tab/tab_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"
|
|
|
| // Abstract base class for a view controller that contains several views,
|
| // each managed by their own view controllers.
|
|
|