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

Unified Diff: ash/system/chromeos/session/logout_confirmation_controller_unittest.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_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

Powered by Google App Engine
This is Rietveld 408576698