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

Unified Diff: ash/first_run/desktop_cleaner.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/extended_desktop_unittest.cc ('k') | ash/first_run/desktop_cleaner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/first_run/desktop_cleaner.h
diff --git a/ash/first_run/desktop_cleaner.h b/ash/first_run/desktop_cleaner.h
index c3077b42c2f60fba35b70436abaccc9b1750fc38..061f1120fe8c9564948f3ed94f4eb07cd2cfcb36 100644
--- a/ash/first_run/desktop_cleaner.h
+++ b/ash/first_run/desktop_cleaner.h
@@ -13,16 +13,13 @@
#include "base/memory/scoped_ptr.h"
namespace ash {
+class ContainerHider;
+class NotificationBlocker;
namespace test {
class FirstRunHelperTest;
}
-namespace internal {
-
-class ContainerHider;
-class NotificationBlocker;
-
// Class used to "clean" ash desktop, i.e. hide all windows and notifications.
class ASH_EXPORT DesktopCleaner {
public:
@@ -40,7 +37,6 @@ class ASH_EXPORT DesktopCleaner {
DISALLOW_COPY_AND_ASSIGN(DesktopCleaner);
};
-} // namespace internal
} // namespace ash
#endif // ASH_FIRST_RUN_DESKTOP_CLEANER_
« no previous file with comments | « ash/extended_desktop_unittest.cc ('k') | ash/first_run/desktop_cleaner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698