Index: ash/shelf/overflow_bubble.cc |
diff --git a/ash/shelf/overflow_bubble.cc b/ash/shelf/overflow_bubble.cc |
index 8a58d8740114eea4e8e40a10a372438aa17aa689..f7cc65997bc85bf53871be1590a62588dafc13a5 100644 |
--- a/ash/shelf/overflow_bubble.cc |
+++ b/ash/shelf/overflow_bubble.cc |
@@ -18,7 +18,6 @@ |
#include "ui/views/widget/widget.h" |
namespace ash { |
-namespace internal { |
OverflowBubble::OverflowBubble() |
: bubble_(NULL), |
@@ -100,5 +99,4 @@ void OverflowBubble::OnWidgetDestroying(views::Widget* widget) { |
widget->GetNativeView())->shelf_widget()->shelf()->SchedulePaint(); |
} |
-} // namespace internal |
} // namespace ash |