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

Unified Diff: ash/shelf/shelf_unittest.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/shelf/shelf_navigator_unittest.cc ('k') | ash/shelf/shelf_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_unittest.cc
diff --git a/ash/shelf/shelf_unittest.cc b/ash/shelf/shelf_unittest.cc
index 1113e12e02b63236fe8c6f64df58ada2999b21cc..91f3417c1c0a9afca2c3849238785fcc46ff0f26 100644
--- a/ash/shelf/shelf_unittest.cc
+++ b/ash/shelf/shelf_unittest.cc
@@ -57,25 +57,15 @@ class ShelfTest : public ash::test::AshTestBase {
void TearDown() override { test::AshTestBase::TearDown(); }
- Shelf* shelf() {
- return shelf_;
- }
+ Shelf* shelf() { return shelf_; }
- ShelfView* shelf_view() {
- return shelf_view_;
- }
+ ShelfView* shelf_view() { return shelf_view_; }
- ShelfModel* shelf_model() {
- return shelf_model_;
- }
+ ShelfModel* shelf_model() { return shelf_model_; }
- ShelfItemDelegateManager* item_manager() {
- return item_delegate_manager_;
- }
+ ShelfItemDelegateManager* item_manager() { return item_delegate_manager_; }
- ash::test::ShelfViewTestAPI* test_api() {
- return test_.get();
- }
+ ash::test::ShelfViewTestAPI* test_api() { return test_.get(); }
private:
Shelf* shelf_;
« no previous file with comments | « ash/shelf/shelf_navigator_unittest.cc ('k') | ash/shelf/shelf_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698