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 9a7a75c437891ce2c2f7008a23bfc7cd4e2573d8..b2177f9e233ba3a70ebf06339e46e995813c33e1 100644 |
--- a/ash/system/tray/tray_item_view.cc |
+++ b/ash/system/tray/tray_item_view.cc |
@@ -24,7 +24,6 @@ bool animations_enabled = true; |
} |
namespace ash { |
-namespace internal { |
TrayItemView::TrayItemView(SystemTrayItem* owner) |
: owner_(owner), |
@@ -137,5 +136,4 @@ void TrayItemView::AnimationCanceled(const gfx::Animation* animation) { |
AnimationEnded(animation); |
} |
-} // namespace internal |
} // namespace ash |