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

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

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: move run_loop_ to a unique_ptr 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 2b761444587cf2c6fefc0f708cbf12398660d4ed..5c0c5b7db07bd6e3251f7ce95800174d66ff105a 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1908,8 +1908,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