Index: ash/shelf/overflow_button.cc |
diff --git a/ash/shelf/overflow_button.cc b/ash/shelf/overflow_button.cc |
index 3c899efd81a0aa4f8e6df45e2c89bc581c3b7506..9ebc8d47203331504e4e04525ac415bd9ef434c9 100644 |
--- a/ash/shelf/overflow_button.cc |
+++ b/ash/shelf/overflow_button.cc |
@@ -22,8 +22,6 @@ |
#include "ui/views/widget/widget.h" |
namespace ash { |
-namespace internal { |
- |
namespace { |
const int kButtonHoverAlpha = 150; |
@@ -171,5 +169,4 @@ void OverflowButton::OnPaint(gfx::Canvas* canvas) { |
bounds.y() + ((bounds.height() - image->height()) / 2)); |
} |
-} // namespace internal |
} // namespace ash |