| Index: ui/gfx/display_observer.h
|
| diff --git a/ui/gfx/display_observer.h b/ui/gfx/display_observer.h
|
| index 1e7cd8cb899303c2a31fecee21dc8275cd91cb15..ca97247f9ede0a165208aa69810b65f1870c710d 100644
|
| --- a/ui/gfx/display_observer.h
|
| +++ b/ui/gfx/display_observer.h
|
| @@ -13,7 +13,7 @@ class Display;
|
| // Observers for display configuration changes.
|
| // TODO(oshima): consolidate |WorkAreaWatcherObserver| and
|
| // |DisplaySettingsProvier|. crbug.com/122863.
|
| -class UI_EXPORT DisplayObserver {
|
| +class GFX_EXPORT DisplayObserver {
|
| public:
|
| // Called when the |display|'s bound has changed.
|
| virtual void OnDisplayBoundsChanged(const Display& display) = 0;
|
|
|