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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: rebase, comments Created 3 years, 4 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 856593b9285718c57a1a1b7d03af072db26256c9..2a3c783989896d61d74fbec170326bf4ae489592 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1917,8 +1917,8 @@ split_static_library("ui") {
if (is_win) {
sources += [
- "views/try_chrome_dialog_view.cc",
- "views/try_chrome_dialog_view.h",
+ "views/try_chrome_dialog.cc",
+ "views/try_chrome_dialog.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698