| 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_
|
|
|