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

Unified Diff: ios/chrome/browser/web_state_list/web_state_list.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.h
diff --git a/ios/shared/chrome/browser/tabs/web_state_list.h b/ios/chrome/browser/web_state_list/web_state_list.h
similarity index 97%
rename from ios/shared/chrome/browser/tabs/web_state_list.h
rename to ios/chrome/browser/web_state_list/web_state_list.h
index 4038cd76465ca4c50c4ee39e45d545296b302663..f87064d8ff6416a9daac2e32ac195958a9cc1ba9 100644
--- a/ios/shared/chrome/browser/tabs/web_state_list.h
+++ b/ios/chrome/browser/web_state_list/web_state_list.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_H_
-#define IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_H_
+#ifndef IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_H_
+#define IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_H_
#include <memory>
#include <vector>
@@ -159,4 +159,4 @@ class WebStateList {
DISALLOW_COPY_AND_ASSIGN(WebStateList);
};
-#endif // IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_H_
+#endif // IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_H_
« no previous file with comments | « ios/chrome/browser/web_state_list/fake_web_state_list_delegate.mm ('k') | ios/chrome/browser/web_state_list/web_state_list.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698