| 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;
|
|
|