| Index: ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.h
|
| diff --git a/ios/chrome/browser/ui/tools_menu/tools_menu_configuration.h b/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.h
|
| similarity index 91%
|
| rename from ios/chrome/browser/ui/tools_menu/tools_menu_configuration.h
|
| rename to ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.h
|
| index aaf14a124e072e465bf51a0bd010677b6c698345..b941753e93b6df394d885946cb67c40344909c2f 100644
|
| --- a/ios/chrome/browser/ui/tools_menu/tools_menu_configuration.h
|
| +++ b/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.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_CHROME_BROWSER_UI_TOOLS_MENU_TOOLS_MENU_CONFIGURATION_H_
|
| -#define IOS_CHROME_BROWSER_UI_TOOLS_MENU_TOOLS_MENU_CONFIGURATION_H_
|
| +#ifndef IOS_SHARED_CHROME_BROWSER_UI_TOOLS_MENU_TOOLS_MENU_CONFIGURATION_H_
|
| +#define IOS_SHARED_CHROME_BROWSER_UI_TOOLS_MENU_TOOLS_MENU_CONFIGURATION_H_
|
|
|
| #import <Foundation/Foundation.h>
|
| #import <UIKit/UIKit.h>
|
| @@ -54,4 +54,4 @@ enum class UserAgentType : short;
|
|
|
| @end
|
|
|
| -#endif // IOS_CHROME_BROWSER_UI_TOOLS_MENU_TOOLS_MENU_CONFIGURATION_H_
|
| +#endif // IOS_SHARED_CHROME_BROWSER_UI_TOOLS_MENU_TOOLS_MENU_CONFIGURATION_H_
|
|
|