| Index: ui/aura_shell/window_util.h
|
| diff --git a/ui/aura_shell/window_util.h b/ui/aura_shell/window_util.h
|
| index 7e2203be37263a733c941fdbb60d9b51bcd46561..1550510253c0663ff5c6dc1813559bfcccc0dfa0 100644
|
| --- a/ui/aura_shell/window_util.h
|
| +++ b/ui/aura_shell/window_util.h
|
| @@ -6,6 +6,8 @@
|
| #define UI_AURA_SHELL_WINDOW_UTIL_H_
|
| #pragma once
|
|
|
| +#include "ui/aura_shell/aura_shell_export.h"
|
| +
|
| namespace aura {
|
| class Window;
|
| }
|
| @@ -13,7 +15,7 @@ class Window;
|
| namespace aura_shell {
|
|
|
| // Returns true if |window| is in the maximized state.
|
| -bool IsWindowMaximized(aura::Window* window);
|
| +AURA_SHELL_EXPORT bool IsWindowMaximized(aura::Window* window);
|
|
|
| } // namespace aura_shell
|
|
|
|
|