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

Unified Diff: ash/test/test_activation_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/shell_test_api.h ('k') | ash/test/test_lock_state_controller_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_activation_delegate.cc
diff --git a/ash/test/test_activation_delegate.cc b/ash/test/test_activation_delegate.cc
index 6f8caeff41a4d305ff44d8a05e4e08942fd67a8a..8d118a76e98120f84bc281eee686f8251153cf94 100644
--- a/ash/test/test_activation_delegate.cc
+++ b/ash/test/test_activation_delegate.cc
@@ -21,8 +21,7 @@ TestActivationDelegate::TestActivationDelegate()
activate_(true),
activated_count_(0),
lost_active_count_(0),
- should_activate_count_(0) {
-}
+ should_activate_count_(0) {}
TestActivationDelegate::TestActivationDelegate(bool activate)
: window_(NULL),
@@ -30,8 +29,7 @@ TestActivationDelegate::TestActivationDelegate(bool activate)
activate_(activate),
activated_count_(0),
lost_active_count_(0),
- should_activate_count_(0) {
-}
+ should_activate_count_(0) {}
void TestActivationDelegate::SetWindow(aura::Window* window) {
window_ = window;
« no previous file with comments | « ash/test/shell_test_api.h ('k') | ash/test/test_lock_state_controller_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698