| Index: ios/chrome/browser/web_state_list/web_state_list_order_controller.h
|
| diff --git a/ios/shared/chrome/browser/tabs/web_state_list_order_controller.h b/ios/chrome/browser/web_state_list/web_state_list_order_controller.h
|
| similarity index 85%
|
| rename from ios/shared/chrome/browser/tabs/web_state_list_order_controller.h
|
| rename to ios/chrome/browser/web_state_list/web_state_list_order_controller.h
|
| index 5422c8ffa2d02e66f3c932b72537f2e5404ac284..0491002dfa170d91ad217f672d5e87318776706d 100644
|
| --- a/ios/shared/chrome/browser/tabs/web_state_list_order_controller.h
|
| +++ b/ios/chrome/browser/web_state_list/web_state_list_order_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_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_ORDER_CONTROLLER_H_
|
| -#define IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_ORDER_CONTROLLER_H_
|
| +#ifndef IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_ORDER_CONTROLLER_H_
|
| +#define IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_ORDER_CONTROLLER_H_
|
|
|
| #include "base/macros.h"
|
| #include "ui/base/page_transition_types.h"
|
| @@ -40,4 +40,4 @@ class WebStateListOrderController {
|
| DISALLOW_COPY_AND_ASSIGN(WebStateListOrderController);
|
| };
|
|
|
| -#endif // IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_ORDER_CONTROLLER_H_
|
| +#endif // IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_ORDER_CONTROLLER_H_
|
|
|