Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / system / chromeos / session / logout_confirmation_dialog.cc
index e795927..80a71e8 100644 (file)
@@ -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