| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index 9c3314cb52f14768ae032c7ebe6ac554b64684eb..b90f46681da40d6ce0440e14a8ae5855d3ec1466 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -33,8 +33,7 @@ class ScreenForShutdown : public display::Screen {
|
| public:
|
| explicit ScreenForShutdown(ScreenAsh* screen_ash)
|
| : display_list_(screen_ash->GetAllDisplays()),
|
| - primary_display_(screen_ash->GetPrimaryDisplay()) {
|
| - }
|
| + primary_display_(screen_ash->GetPrimaryDisplay()) {}
|
|
|
| // display::Screen overrides:
|
| gfx::Point GetCursorScreenPoint() override { return gfx::Point(); }
|
| @@ -78,11 +77,9 @@ class ScreenForShutdown : public display::Screen {
|
|
|
| } // namespace
|
|
|
| -ScreenAsh::ScreenAsh() {
|
| -}
|
| +ScreenAsh::ScreenAsh() {}
|
|
|
| -ScreenAsh::~ScreenAsh() {
|
| -}
|
| +ScreenAsh::~ScreenAsh() {}
|
|
|
| void ScreenAsh::NotifyMetricsChanged(const display::Display& display,
|
| uint32_t metrics) {
|
|
|