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

Unified Diff: ios/clean/chrome/browser/ui/transitions/presenters/menu_presentation_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/transitions/presenters/menu_presentation_controller.h
diff --git a/ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h b/ios/clean/chrome/browser/ui/transitions/presenters/menu_presentation_controller.h
similarity index 80%
rename from ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h
rename to ios/clean/chrome/browser/ui/transitions/presenters/menu_presentation_controller.h
index 258e620693603a4a9672589eb2fb65604994db3d..16a497c756db1451e3577d52e26e168aaa72a637 100644
--- a/ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h
+++ b/ios/clean/chrome/browser/ui/transitions/presenters/menu_presentation_controller.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_CLEAN_CHROME_BROWSER_UI_PRESENTERS_MENU_PRESENTATION_CONTROLLER_H_
-#define IOS_CLEAN_CHROME_BROWSER_UI_PRESENTERS_MENU_PRESENTATION_CONTROLLER_H_
+#ifndef IOS_CLEAN_CHROME_BROWSER_UI_TRANSITIONS_PRESENTERS_MENU_PRESENTATION_CONTROLLER_H_
+#define IOS_CLEAN_CHROME_BROWSER_UI_TRANSITIONS_PRESENTERS_MENU_PRESENTATION_CONTROLLER_H_
#import <UIKit/UIKit.h>
@@ -25,4 +25,4 @@
@property(nonatomic, weak) id<ToolsMenuCommands> dispatcher;
@end
-#endif // IOS_CLEAN_CHROME_BROWSER_UI_PRESENTERS_MENU_PRESENTATION_CONTROLLER_H_
+#endif // IOS_CLEAN_CHROME_BROWSER_UI_TRANSITIONS_PRESENTERS_MENU_PRESENTATION_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698