| Index: ash/system/chromeos/session/logout_confirmation_dialog.cc
|
| diff --git a/ash/system/chromeos/session/logout_confirmation_dialog.cc b/ash/system/chromeos/session/logout_confirmation_dialog.cc
|
| index e795927d6b99c051dd85822760e5916b45d6aba3..80a71e84248a1dfda9e6b56a231dcaef55168f49 100644
|
| --- a/ash/system/chromeos/session/logout_confirmation_dialog.cc
|
| +++ b/ash/system/chromeos/session/logout_confirmation_dialog.cc
|
| @@ -20,8 +20,6 @@
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace {
|
|
|
| const int kCountdownUpdateIntervalMs = 1000; // 1 second.
|
| @@ -112,5 +110,4 @@ void LogoutConfirmationDialog::UpdateLabel() {
|
| }
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|