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

Unified Diff: ios/chrome/browser/web_state_list/web_state_opener.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_opener.h
diff --git a/ios/shared/chrome/browser/tabs/web_state_opener.h b/ios/chrome/browser/web_state_list/web_state_opener.h
similarity index 84%
rename from ios/shared/chrome/browser/tabs/web_state_opener.h
rename to ios/chrome/browser/web_state_list/web_state_opener.h
index ef286444b33da3be2878e64a21d7491635a2495f..9d99e0aac7307d02aa2d8248fd944e8a063a2698 100644
--- a/ios/shared/chrome/browser/tabs/web_state_opener.h
+++ b/ios/chrome/browser/web_state_list/web_state_opener.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_OPENER_H_
-#define IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_OPENER_H_
+#ifndef IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_OPENER_H_
+#define IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_OPENER_H_
namespace web {
class WebState;
@@ -31,4 +31,4 @@ struct WebStateOpener {
WebStateOpener() = delete;
};
-#endif // IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_OPENER_H_
+#endif // IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_OPENER_H_
« no previous file with comments | « ios/chrome/browser/web_state_list/web_state_list_unittest.mm ('k') | ios/chrome/browser/web_state_list/web_state_opener.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698