Index: ash/system/status_area_widget_delegate.h |
diff --git a/ash/system/status_area_widget_delegate.h b/ash/system/status_area_widget_delegate.h |
index 751c31becedda9c44a0e4379cb125d4629ec7482..8dd32025a0c43cf8d1f9252224779744b1526450 100644 |
--- a/ash/system/status_area_widget_delegate.h |
+++ b/ash/system/status_area_widget_delegate.h |
@@ -13,8 +13,6 @@ |
#include "ui/views/widget/widget_delegate.h" |
namespace ash { |
-namespace internal { |
- |
class FocusCycler; |
class ASH_EXPORT StatusAreaWidgetDelegate : public views::AccessiblePaneView, |
@@ -64,7 +62,6 @@ class ASH_EXPORT StatusAreaWidgetDelegate : public views::AccessiblePaneView, |
DISALLOW_COPY_AND_ASSIGN(StatusAreaWidgetDelegate); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_SYSTEM_STATUS_AREA_WIDGET_DELEGATE_H_ |