| Index: ui/base/cocoa/fullscreen_window_manager.h
|
| diff --git a/ui/base/cocoa/fullscreen_window_manager.h b/ui/base/cocoa/fullscreen_window_manager.h
|
| index 1b18912cf6f439196387144c92d048ff05dc9cfc..be59cad49c3fe67b43b5dbbefa946e0e582a659a 100644
|
| --- a/ui/base/cocoa/fullscreen_window_manager.h
|
| +++ b/ui/base/cocoa/fullscreen_window_manager.h
|
| @@ -9,11 +9,11 @@
|
|
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_nsobject.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| // A utility class to manage the fullscreen mode for a given window. This class
|
| // also updates the window frame if the screen changes.
|
| -UI_EXPORT
|
| +UI_BASE_EXPORT
|
| @interface FullscreenWindowManager : NSObject {
|
| @private
|
| base::scoped_nsobject<NSWindow> window_;
|
|
|