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

Unified Diff: ios/chrome/browser/web_state_list/web_state_list_order_controller.h

Issue 2799723002: [ios] Move WebStateList to ios/chrome/browser/web_state_list. (Closed)
Patch Set: Rebase. Created 3 years, 8 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/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_

Powered by Google App Engine
This is Rietveld 408576698