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

Unified Diff: ios/clean/chrome/browser/ui/root/root_container_view_controller.h

Issue 2955033002: [ios clean] Moves animator and presenters under transitions (Closed)
Patch Set: Created 3 years, 6 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/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
« no previous file with comments | « ios/clean/chrome/browser/ui/root/BUILD.gn ('k') | ios/clean/chrome/browser/ui/root/root_container_view_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698