Index: ash/system/tray/tray_item_view.cc |
diff --git a/ash/system/tray/tray_item_view.cc b/ash/system/tray/tray_item_view.cc |
index 835e55e92256d0f6ab08168d6cef07ef934d7080..632dcbfc4c5dc52bbf867b5d547da200fdfe4bc8 100644 |
--- a/ash/system/tray/tray_item_view.cc |
+++ b/ash/system/tray/tray_item_view.cc |
@@ -51,7 +51,7 @@ void TrayItemView::SetVisible(bool set_visible) { |
return; |
} |
- if (!animation_.get()) { |
+ if (!animation_) { |
animation_.reset(new ui::SlideAnimation(this)); |
animation_->SetSlideDuration(GetAnimationDurationMS()); |
animation_->SetTweenType(ui::Tween::LINEAR); |