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

Unified Diff: ui/base/cursor/cursor.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/window_size_constants.h ('k') | ui/base/cursor/cursor_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursor.h
diff --git a/ui/base/cursor/cursor.h b/ui/base/cursor/cursor.h
index bb832fa9631cafdb635e7768ec7d3fb9338498c6..72999d4c3be41e8cfc65a694a63129f555d60ec6 100644
--- a/ui/base/cursor/cursor.h
+++ b/ui/base/cursor/cursor.h
@@ -6,7 +6,7 @@
#define UI_BASE_CURSOR_CURSOR_H_
#include "build/build_config.h"
-#include "ui/base/ui_export.h"
+#include "ui/base/ui_base_export.h"
namespace gfx {
class Point;
@@ -88,7 +88,7 @@ enum CursorSetType {
};
// Ref-counted cursor that supports both default and custom cursors.
-class UI_EXPORT Cursor {
+class UI_BASE_EXPORT Cursor {
public:
Cursor();
« no previous file with comments | « ui/base/cocoa/window_size_constants.h ('k') | ui/base/cursor/cursor_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698