Index: ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h |
=================================================================== |
--- ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h (revision 95624) |
+++ ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h (working copy) |
@@ -7,7 +7,7 @@ |
#pragma once |
#include "base/basictypes.h" |
-#include "ui/ui_api.h" |
+#include "ui/base/ui_export.h" |
#if defined(__OBJC__) |
@class NSGraphicsContext; |
@@ -18,7 +18,7 @@ |
namespace gfx { |
// A class to save/restore the state of the current context. |
-class UI_API ScopedNSGraphicsContextSaveGState { |
+class UI_EXPORT ScopedNSGraphicsContextSaveGState { |
public: |
ScopedNSGraphicsContextSaveGState(); |
~ScopedNSGraphicsContextSaveGState(); |