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

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

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: switch to vector icons. Simplify new button class as a function Created 3 years, 5 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 8e3adb447a39cfba219b86a98bc9729bedb71f57..3e02f36fe76ba3b8e79121e58b8c87af75641e04 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1968,8 +1968,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