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

Unified Diff: ui/message_center/cocoa/settings_controller.h

Issue 246433013: Merge 264607 "Fix the remaining subpixel antialiasing bugs in th..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 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 | « ui/message_center/cocoa/opaque_views.mm ('k') | ui/message_center/cocoa/settings_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/settings_controller.h
===================================================================
--- ui/message_center/cocoa/settings_controller.h (revision 265415)
+++ ui/message_center/cocoa/settings_controller.h (working copy)
@@ -9,6 +9,7 @@
#import "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
+#import "ui/message_center/cocoa/opaque_views.h"
#import "ui/message_center/cocoa/settings_entry_view.h"
#include "ui/message_center/message_center_export.h"
#include "ui/message_center/notifier_settings.h"
@@ -53,7 +54,7 @@
base::scoped_nsobject<NSTextField> detailsText_;
// The profile switcher.
- base::scoped_nsobject<NSPopUpButton> groupDropDownButton_;
+ base::scoped_nsobject<MCDropDown> groupDropDownButton_;
// Container for all the checkboxes.
base::scoped_nsobject<NSScrollView> scrollView_;
« no previous file with comments | « ui/message_center/cocoa/opaque_views.mm ('k') | ui/message_center/cocoa/settings_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698