Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: ash/focus_cycler.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/first_run/first_run_helper_unittest.cc ('k') | ash/focus_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/first_run/first_run_helper_unittest.cc ('k') | ash/focus_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698