| Index: ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn b/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| index 24dc23217186c3284bab250dc68141f956e0a7b8..d7e293bf9fc0666033aa4e9587506b92822b389a 100644
|
| --- a/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| +++ b/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| @@ -10,7 +10,7 @@
|
| deps = [
|
| ":tab_collection_ui",
|
| "//base",
|
| - "//ios/chrome/browser/web_state_list",
|
| + "//ios/shared/chrome/browser/tabs",
|
| "//ios/web",
|
| ]
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| @@ -42,9 +42,9 @@
|
| ":tab_collection_ui",
|
| "//base",
|
| "//base/test:test_support",
|
| - "//ios/chrome/browser/web_state_list",
|
| - "//ios/chrome/browser/web_state_list:test_support",
|
| "//ios/chrome/test/base",
|
| + "//ios/shared/chrome/browser/tabs",
|
| + "//ios/shared/chrome/browser/tabs:test_support",
|
| "//ios/web:test_support",
|
| "//testing/gtest",
|
| "//third_party/ocmock",
|
|
|