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

Unified Diff: ash/first_run/desktop_cleaner.cc

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/desktop_cleaner.h ('k') | ash/first_run/first_run_helper_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/first_run/desktop_cleaner.cc
diff --git a/ash/first_run/desktop_cleaner.cc b/ash/first_run/desktop_cleaner.cc
index 8008cdaed598387c51d7f3d885e30aba76452bbc..d388e18f33e1a56c49e26308bf70e1dd1dd8e908 100644
--- a/ash/first_run/desktop_cleaner.cc
+++ b/ash/first_run/desktop_cleaner.cc
@@ -14,8 +14,6 @@
#include "ui/message_center/notification_blocker.h"
namespace ash {
-namespace internal {
-
namespace {
const int kContainerIdsToHide[] = {
@@ -114,6 +112,5 @@ std::vector<int> DesktopCleaner::GetContainersToHideForTest() {
kContainerIdsToHide + arraysize(kContainerIdsToHide));
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/first_run/desktop_cleaner.h ('k') | ash/first_run/first_run_helper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698