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

Unified Diff: ash/test/cursor_manager_test_api.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/test/child_modal_window.cc ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/cursor_manager_test_api.cc
diff --git a/ash/test/cursor_manager_test_api.cc b/ash/test/cursor_manager_test_api.cc
index 30d545a35e40ea0e5899165e0312fc2228020b02..f5b033dd3a87611afb0c3d44bb9b7da46a376a4d 100644
--- a/ash/test/cursor_manager_test_api.cc
+++ b/ash/test/cursor_manager_test_api.cc
@@ -17,8 +17,7 @@ namespace test {
CursorManagerTestApi::CursorManagerTestApi(::wm::CursorManager* cursor_manager)
: cursor_manager_(cursor_manager) {}
-CursorManagerTestApi::~CursorManagerTestApi() {
-}
+CursorManagerTestApi::~CursorManagerTestApi() {}
// TODO(tdanderson): CursorManagerTestApi may no longer be needed.
ui::CursorSetType CursorManagerTestApi::GetCurrentCursorSet() const {
@@ -31,14 +30,15 @@ gfx::NativeCursor CursorManagerTestApi::GetCurrentCursor() const {
display::Display::Rotation CursorManagerTestApi::GetCurrentCursorRotation()
const {
- return ShellTestApi(Shell::GetInstance()).ash_native_cursor_manager()->
- image_cursors_->GetRotation();
+ return ShellTestApi(Shell::GetInstance())
+ .ash_native_cursor_manager()
+ ->image_cursors_->GetRotation();
}
-float
-CursorManagerTestApi::GetCurrentCursorScale() const {
- return ShellTestApi(Shell::GetInstance()).ash_native_cursor_manager()->
- image_cursors_->GetScale();
+float CursorManagerTestApi::GetCurrentCursorScale() const {
+ return ShellTestApi(Shell::GetInstance())
+ .ash_native_cursor_manager()
+ ->image_cursors_->GetScale();
}
} // namespace test
« no previous file with comments | « ash/test/child_modal_window.cc ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698