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

Unified Diff: ash/test/test_screenshot_delegate.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/test_overlay_delegate.cc ('k') | ash/test/test_session_state_animator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_screenshot_delegate.cc
diff --git a/ash/test/test_screenshot_delegate.cc b/ash/test/test_screenshot_delegate.cc
index 6a11b9f4a87df71475f2c166449e0c4985c54270..a8174195ab84d4944a8d56116e1d38962b3f6602 100644
--- a/ash/test/test_screenshot_delegate.cc
+++ b/ash/test/test_screenshot_delegate.cc
@@ -11,18 +11,17 @@ TestScreenshotDelegate::TestScreenshotDelegate()
: handle_take_screenshot_count_(0),
handle_take_partial_screenshot_count_(0),
can_take_screenshot_(true),
- selected_window_(nullptr) {
-}
+ selected_window_(nullptr) {}
-TestScreenshotDelegate::~TestScreenshotDelegate() {
-}
+TestScreenshotDelegate::~TestScreenshotDelegate() {}
void TestScreenshotDelegate::HandleTakeScreenshotForAllRootWindows() {
handle_take_screenshot_count_++;
}
void TestScreenshotDelegate::HandleTakePartialScreenshot(
- aura::Window* window, const gfx::Rect& rect) {
+ aura::Window* window,
+ const gfx::Rect& rect) {
handle_take_partial_screenshot_count_++;
last_rect_ = rect;
}
« no previous file with comments | « ash/test/test_overlay_delegate.cc ('k') | ash/test/test_session_state_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698