Index: ash/system/tray/actionable_view.cc |
diff --git a/ash/system/tray/actionable_view.cc b/ash/system/tray/actionable_view.cc |
index 6e553256c87efd97400b0e0dfa5d436103456dea..dc26cde928da8d473876362597d568829251b19e 100644 |
--- a/ash/system/tray/actionable_view.cc |
+++ b/ash/system/tray/actionable_view.cc |
@@ -9,7 +9,6 @@ |
#include "ui/gfx/canvas.h" |
namespace ash { |
-namespace internal { |
// static |
const char ActionableView::kViewClassName[] = "tray/ActionableView"; |
@@ -91,5 +90,4 @@ void ActionableView::OnGestureEvent(ui::GestureEvent* event) { |
event->SetHandled(); |
} |
-} // namespace internal |
} // namespace ash |