| Index: ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h
|
| diff --git a/ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h b/ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h
|
| index 9b0b77829b69bedd3fb726da2fee7f7dd3ae5dd6..d305576701a13198f5c3b914d2d520edf033f989 100644
|
| --- a/ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h
|
| +++ b/ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h
|
| @@ -17,7 +17,7 @@ class NSGraphicsContext;
|
| namespace gfx {
|
|
|
| // A class to save/restore the state of the current context.
|
| -class UI_EXPORT ScopedNSGraphicsContextSaveGState {
|
| +class GFX_EXPORT ScopedNSGraphicsContextSaveGState {
|
| public:
|
| ScopedNSGraphicsContextSaveGState();
|
| ~ScopedNSGraphicsContextSaveGState();
|
|
|