Index: ash/focus_cycler.h |
diff --git a/ash/focus_cycler.h b/ash/focus_cycler.h |
index d0071d1078889dfce1c01ec3dc5b0cff382966b6..769c2eafcb13f1361a91c3480e91deb7f6a1c5ab 100644 |
--- a/ash/focus_cycler.h |
+++ b/ash/focus_cycler.h |
@@ -17,8 +17,6 @@ class Widget; |
namespace ash { |
-namespace internal { |
- |
// This class handles moving focus between a set of widgets and the main browser |
// window. |
class ASH_EXPORT FocusCycler { |
@@ -54,8 +52,6 @@ class ASH_EXPORT FocusCycler { |
DISALLOW_COPY_AND_ASSIGN(FocusCycler); |
}; |
-} // namespace internal |
- |
} // namespace ash |
#endif // FOCUS_CYCLER_H_ |