| Index: ash/system/screen_layout_observer.h
|
| diff --git a/ash/system/screen_layout_observer.h b/ash/system/screen_layout_observer.h
|
| index d103bc62fad87151aa52141ff06dd2092ea59a88..eb3a21e2cb113d699fe5175096656136cc72ca84 100644
|
| --- a/ash/system/screen_layout_observer.h
|
| +++ b/ash/system/screen_layout_observer.h
|
| @@ -30,7 +30,7 @@ class ASH_EXPORT ScreenLayoutObserver : public WmDisplayObserver {
|
| // Notifications are shown in production and are not shown in unit tests.
|
| // Allow individual unit tests to show notifications.
|
| void set_show_notifications_for_testing(bool show) {
|
| - show_notifications_for_testing = show;
|
| + show_notifications_for_testing_ = show;
|
| }
|
|
|
| private:
|
| @@ -77,7 +77,7 @@ class ASH_EXPORT ScreenLayoutObserver : public WmDisplayObserver {
|
| DisplayMode old_display_mode_ = DisplayMode::SINGLE;
|
| DisplayMode current_display_mode_ = DisplayMode::SINGLE;
|
|
|
| - bool show_notifications_for_testing = true;
|
| + bool show_notifications_for_testing_ = true;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ScreenLayoutObserver);
|
| };
|
|
|