Index: ash/system/chromeos/session/logout_confirmation_controller_unittest.cc |
diff --git a/ash/system/chromeos/session/logout_confirmation_controller_unittest.cc b/ash/system/chromeos/session/logout_confirmation_controller_unittest.cc |
index 5bbd754105b6c7ef595f261d59fab5e3f7f6ce48..cefb1282fe988c2312148600b71aef5c93dad8ec 100644 |
--- a/ash/system/chromeos/session/logout_confirmation_controller_unittest.cc |
+++ b/ash/system/chromeos/session/logout_confirmation_controller_unittest.cc |
@@ -19,8 +19,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
namespace ash { |
-namespace internal { |
- |
namespace { |
// A SingleThreadTaskRunner that mocks the current time and allows it to be |
@@ -289,5 +287,4 @@ TEST_F(LogoutConfirmationControllerTest, DurationExpiredAfterDeniedRequest) { |
EXPECT_TRUE(log_out_called_); |
} |
-} // namespace internal |
} // namespace ash |