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

Unified Diff: ash/test/test_volume_control_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_volume_control_delegate.h ('k') | ash/test/ui_controls_factory_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_volume_control_delegate.cc
diff --git a/ash/test/test_volume_control_delegate.cc b/ash/test/test_volume_control_delegate.cc
index 4460b2f653782d0dce895b8b444ca1bd20515d27..b2547aad442ec67660058c149e0d2b20b2379fb3 100644
--- a/ash/test/test_volume_control_delegate.cc
+++ b/ash/test/test_volume_control_delegate.cc
@@ -9,11 +9,9 @@ namespace ash {
TestVolumeControlDelegate::TestVolumeControlDelegate()
: handle_volume_mute_count_(0),
handle_volume_down_count_(0),
- handle_volume_up_count_(0) {
-}
+ handle_volume_up_count_(0) {}
-TestVolumeControlDelegate::~TestVolumeControlDelegate() {
-}
+TestVolumeControlDelegate::~TestVolumeControlDelegate() {}
void TestVolumeControlDelegate::HandleVolumeMute(
const ui::Accelerator& accelerator) {
« no previous file with comments | « ash/test/test_volume_control_delegate.h ('k') | ash/test/ui_controls_factory_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698