| Index: ash/test/shelf_view_test_api.cc
 | 
| diff --git a/ash/test/shelf_view_test_api.cc b/ash/test/shelf_view_test_api.cc
 | 
| index 495ac1d14f62a9089bb2ff3f28e3f4acc1809db0..9f1fee1a51797ef2bfdf84a4463c52b20ffd773b 100644
 | 
| --- a/ash/test/shelf_view_test_api.cc
 | 
| +++ b/ash/test/shelf_view_test_api.cc
 | 
| @@ -40,8 +40,7 @@ namespace test {
 | 
|  ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view)
 | 
|      : shelf_view_(shelf_view) {}
 | 
|  
 | 
| -ShelfViewTestAPI::~ShelfViewTestAPI() {
 | 
| -}
 | 
| +ShelfViewTestAPI::~ShelfViewTestAPI() {}
 | 
|  
 | 
|  int ShelfViewTestAPI::GetButtonCount() {
 | 
|    return shelf_view_->view_model_->view_size();
 | 
| @@ -154,7 +153,7 @@ bool ShelfViewTestAPI::IsRippedOffFromShelf() {
 | 
|  }
 | 
|  
 | 
|  bool ShelfViewTestAPI::DraggedItemFromOverflowToShelf() {
 | 
| -    return shelf_view_->dragged_off_from_overflow_to_shelf_;
 | 
| +  return shelf_view_->dragged_off_from_overflow_to_shelf_;
 | 
|  }
 | 
|  
 | 
|  ShelfButtonPressedMetricTracker*
 | 
| 
 |