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

Unified Diff: ui/base/cocoa/controls/blue_label_button.h

Issue 93863005: ui: Rename ui_export.h to ui_base_export.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UI_BASE_IMPLEMENTATION Created 6 years, 11 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/base/cocoa/cocoa_event_utils.h ('k') | ui/base/cocoa/controls/hover_image_menu_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cocoa/controls/blue_label_button.h
diff --git a/ui/base/cocoa/controls/blue_label_button.h b/ui/base/cocoa/controls/blue_label_button.h
index a8d66dbf9899b7b90285df3b644276c330dce481..d6d38ec11100f41bb7f7912e5787b6231d0d887f 100644
--- a/ui/base/cocoa/controls/blue_label_button.h
+++ b/ui/base/cocoa/controls/blue_label_button.h
@@ -8,12 +8,12 @@
#import <Cocoa/Cocoa.h>
#import "ui/base/cocoa/hover_button.h"
-#include "ui/base/ui_export.h"
+#include "ui/base/ui_base_export.h"
// A rectangular blue NSButton that reacts to hover, focus and lit states. It
// can contain an arbitrary single-line text label, and will be sized to fit the
// font height and label width.
-UI_EXPORT
+UI_BASE_EXPORT
@interface BlueLabelButton : HoverButton
@end
« no previous file with comments | « ui/base/cocoa/cocoa_event_utils.h ('k') | ui/base/cocoa/controls/hover_image_menu_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698