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

Unified Diff: ash/test/shelf_test_api.cc

Issue 1816753002: Enable mash shelf tooltips. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address destructor comment. Created 4 years, 9 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_view_unittest.cc ('k') | ash/test/shelf_view_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_test_api.cc
diff --git a/ash/test/shelf_test_api.cc b/ash/test/shelf_test_api.cc
index d050f73769c5b428d0a4012b3f3ff123f1c8fa10..83bc841fd0eaf30b0fb8e60ab22594844876369f 100644
--- a/ash/test/shelf_test_api.cc
+++ b/ash/test/shelf_test_api.cc
@@ -9,12 +9,9 @@
namespace ash {
namespace test {
-ShelfTestAPI::ShelfTestAPI(Shelf* shelf)
- : shelf_(shelf) {
-}
+ShelfTestAPI::ShelfTestAPI(Shelf* shelf) : shelf_(shelf) {}
-ShelfTestAPI::~ShelfTestAPI() {
-}
+ShelfTestAPI::~ShelfTestAPI() {}
ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
« no previous file with comments | « ash/shelf/shelf_view_unittest.cc ('k') | ash/test/shelf_view_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698