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

Unified Diff: ash/system/chromeos/session/logout_confirmation_controller.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/logout_confirmation_controller.cc
diff --git a/ash/system/chromeos/session/logout_confirmation_controller.cc b/ash/system/chromeos/session/logout_confirmation_controller.cc
index f0fc36a0af07373d49b1543aad3aecae1bd2d796..61d8c9b0584a71c5ce7643a5dabe78dfabc8cf4d 100644
--- a/ash/system/chromeos/session/logout_confirmation_controller.cc
+++ b/ash/system/chromeos/session/logout_confirmation_controller.cc
@@ -13,7 +13,6 @@
#include "ui/views/widget/widget.h"
namespace ash {
-namespace internal {
LogoutConfirmationController::LogoutConfirmationController(
const base::Closure& logout_closure)
@@ -83,5 +82,4 @@ void LogoutConfirmationController::OnDialogClosed() {
logout_timer_.Stop();
}
-} // namespace internal
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698