Index: ui/app_list/views/pulsing_block_view.h |
diff --git a/ui/app_list/views/pulsing_block_view.h b/ui/app_list/views/pulsing_block_view.h |
index 160ee0ccb36eb82ea29febd6a0e47141d480b4ec..a6e6e966b08e7e85d4a77003d781b50f4c361dee 100644 |
--- a/ui/app_list/views/pulsing_block_view.h |
+++ b/ui/app_list/views/pulsing_block_view.h |
@@ -30,7 +30,7 @@ class PulsingBlockView : public views::View { |
// views::View overrides: |
void OnPaint(gfx::Canvas* canvas) override; |
- base::OneShotTimer<PulsingBlockView> start_delay_timer_; |
+ base::OneShotTimer start_delay_timer_; |
DISALLOW_COPY_AND_ASSIGN(PulsingBlockView); |
}; |