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 |