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

Unified Diff: ios/chrome/browser/metrics/BUILD.gn

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
« no previous file with comments | « no previous file | ios/chrome/browser/metrics/tab_usage_recorder_web_state_list_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/metrics/BUILD.gn
diff --git a/ios/chrome/browser/metrics/BUILD.gn b/ios/chrome/browser/metrics/BUILD.gn
index b00c88175d1b50375e82f6c11de721cbb109d1df..e79fa22fc3a89ab3c75deb15afd745e676a60686 100644
--- a/ios/chrome/browser/metrics/BUILD.gn
+++ b/ios/chrome/browser/metrics/BUILD.gn
@@ -124,7 +124,7 @@ source_set("metrics_internal_arc") {
deps = [
"//base",
"//ios/chrome/browser/tabs",
- "//ios/shared/chrome/browser/tabs",
+ "//ios/chrome/browser/web_state_list",
]
configs += [ "//build/config/compiler:enable_arc" ]
}
« no previous file with comments | « no previous file | ios/chrome/browser/metrics/tab_usage_recorder_web_state_list_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698