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

Unified Diff: ui/arc/BUILD.gn

Issue 2906323002: Rename ArcCustomNotificationView to ArcNotificationContentView (Closed)
Patch Set: Addressed comments Created 3 years, 7 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 | ui/arc/notification/arc_custom_notification_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/BUILD.gn
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn
index d34d2f26f094774f1ad2ea894e47cda2eec596d7..1f9a43fa7def4017d57daf8c26277aa737b99ee3 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -7,8 +7,8 @@ import("//testing/test.gni")
static_library("arc") {
sources = [
- "notification/arc_custom_notification_view.cc",
- "notification/arc_custom_notification_view.h",
+ "notification/arc_notification_content_view.cc",
+ "notification/arc_notification_content_view.h",
"notification/arc_notification_delegate.cc",
"notification/arc_notification_delegate.h",
"notification/arc_notification_item.h",
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698