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

Unified Diff: ash/test/test_volume_control_delegate.h

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_system_tray_delegate.cc ('k') | ash/test/test_volume_control_delegate.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.h
diff --git a/ash/test/test_volume_control_delegate.h b/ash/test/test_volume_control_delegate.h
index 0c7ee46abe62c3dfc2ba0763d9665946c57a8a0f..93ece3961cad19e9db15aea95622e7e452c04740 100644
--- a/ash/test/test_volume_control_delegate.h
+++ b/ash/test/test_volume_control_delegate.h
@@ -19,21 +19,13 @@ class TestVolumeControlDelegate : public ash::VolumeControlDelegate {
TestVolumeControlDelegate();
~TestVolumeControlDelegate() override;
- int handle_volume_mute_count() const {
- return handle_volume_mute_count_;
- }
+ int handle_volume_mute_count() const { return handle_volume_mute_count_; }
- int handle_volume_down_count() const {
- return handle_volume_down_count_;
- }
+ int handle_volume_down_count() const { return handle_volume_down_count_; }
- int handle_volume_up_count() const {
- return handle_volume_up_count_;
- }
+ int handle_volume_up_count() const { return handle_volume_up_count_; }
- const ui::Accelerator& last_accelerator() const {
- return last_accelerator_;
- }
+ const ui::Accelerator& last_accelerator() const { return last_accelerator_; }
// ash::VolumeControlDelegate:
void HandleVolumeMute(const ui::Accelerator& accelerator) override;
« no previous file with comments | « ash/test/test_system_tray_delegate.cc ('k') | ash/test/test_volume_control_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698