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

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

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: Review / style fixes 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 8d45b3ef04a42e16802c3fbc23f1eb658f11d1b1..4de280a27bdafdf80f31b654fd18ab295abcdd26 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1979,8 +1979,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