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

Unified Diff: ash/system/chromeos/session/last_window_closed_logout_reminder.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
Index: ash/system/chromeos/session/last_window_closed_logout_reminder.cc
diff --git a/ash/system/chromeos/session/last_window_closed_logout_reminder.cc b/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
index 97f7711117b0e5b890aba9d82ad835de4681b6dc..de85d4692d1de441bc5e23d1836a7c4866f5a33d 100644
--- a/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
+++ b/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
@@ -12,8 +12,6 @@
#include "base/time/time.h"
namespace ash {
-namespace internal {
-
namespace {
const int kLogoutConfirmationDelayInSeconds = 20;
}
@@ -41,5 +39,4 @@ void LastWindowClosedLogoutReminder::OnLastWindowClosed() {
base::TimeDelta::FromSeconds(kLogoutConfirmationDelayInSeconds));
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/chromeos/session/last_window_closed_logout_reminder.h ('k') | ash/system/chromeos/session/logout_button_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698