| Index: ash/wm/screen_dimmer.h
|
| diff --git a/ash/wm/screen_dimmer.h b/ash/wm/screen_dimmer.h
|
| index 40c1c4ca200ed39b4cf9c211c4802f3501b01e2e..934cb30bf1e06b767bbdada8e3ff8c4557f8ba45 100644
|
| --- a/ash/wm/screen_dimmer.h
|
| +++ b/ash/wm/screen_dimmer.h
|
| @@ -25,7 +25,7 @@ class DimWindow;
|
| // briefly dim the screen (e.g. to indicate to the user that we're
|
| // about to suspend a machine that lacks an internal backlight that
|
| // can be adjusted).
|
| -class ASH_EXPORT ScreenDimmer : ShellObserver {
|
| +class ASH_EXPORT ScreenDimmer : public ShellObserver {
|
| public:
|
| // Creates a screen dimmer for the containers given by |container_id|.
|
| // It's owned by the container in the primary root window and will be
|
|
|