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

Unified Diff: ash/system/chromeos/session/last_window_closed_logout_reminder.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
Index: ash/system/chromeos/session/last_window_closed_logout_reminder.h
diff --git a/ash/system/chromeos/session/last_window_closed_logout_reminder.h b/ash/system/chromeos/session/last_window_closed_logout_reminder.h
index 5cea7cc15b97ad58dc6d0e90b81ffd7d48dd43a0..591422561e251b3550e178cdb66baa819d7533e2 100644
--- a/ash/system/chromeos/session/last_window_closed_logout_reminder.h
+++ b/ash/system/chromeos/session/last_window_closed_logout_reminder.h
@@ -10,7 +10,6 @@
#include "base/compiler_specific.h"
namespace ash {
-namespace internal {
// Shows a dialog asking the user whether to end the session when the last
// window has been closed in a public session.
@@ -25,7 +24,6 @@ class LastWindowClosedLogoutReminder : public LastWindowClosedObserver {
DISALLOW_COPY_AND_ASSIGN(LastWindowClosedLogoutReminder);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_LOGOUT_REMINDER_H_

Powered by Google App Engine
This is Rietveld 408576698