Index: ash/system/tray/system_tray_bubble.cc |
diff --git a/ash/system/tray/system_tray_bubble.cc b/ash/system/tray/system_tray_bubble.cc |
index 77d1056de1872d941b68319374146c449bda3d9b..196cc7879adc766c5b15ff307e55a7c7010ff229 100644 |
--- a/ash/system/tray/system_tray_bubble.cc |
+++ b/ash/system/tray/system_tray_bubble.cc |
@@ -225,7 +225,7 @@ void SystemTrayBubble::UpdateView( |
bubble_view_->SetMaxHeight(0); // Clear max height limit. |
} |
- if (scoped_layer.get()) { |
+ if (scoped_layer) { |
// When transitioning from default view to detailed view, animate the new |
// view (slide in from the right). |
if (bubble_type == BUBBLE_TYPE_DETAILED) { |