Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2769)

Unified Diff: ash/display/screen_ash.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/display/screen_ash.h ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « ash/display/screen_ash.h ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698