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

Unified Diff: chrome/browser/notifications/notification_ui_manager_mac.mm

Issue 10115015: Test if clang warns on valid code. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification_ui_manager_mac.mm
diff --git a/chrome/browser/notifications/notification_ui_manager_mac.mm b/chrome/browser/notifications/notification_ui_manager_mac.mm
index ba74927e01f26963e541abb28ceca7f8035e0a15..cb9f4db8ff43f330437915db799c80d866f5d36b 100644
--- a/chrome/browser/notifications/notification_ui_manager_mac.mm
+++ b/chrome/browser/notifications/notification_ui_manager_mac.mm
@@ -99,9 +99,9 @@ NotificationUIManager* NotificationUIManager::Create(
}
NotificationUIManagerMac::ControllerNotification::ControllerNotification(
- id<CrUserNotification> a_view, Notification* a_model)
- : view(a_view),
- model(a_model) {
+ id<CrUserNotification> view, Notification* model)
+ : view(view),
+ model(model) {
}
NotificationUIManagerMac::ControllerNotification::~ControllerNotification() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698