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

Unified Diff: ash/shelf/shelf_locking_manager_unittest.cc

Issue 2889673002: chromeos: Refactor shelf to create ShelfView earlier in startup (Closed)
Patch Set: rebase Created 3 years, 7 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/shelf/shelf_locking_manager_unittest.cc
diff --git a/ash/shelf/shelf_locking_manager_unittest.cc b/ash/shelf/shelf_locking_manager_unittest.cc
index 4272e0af38efd1c6cd3834a1ba738ce1ea97bc1c..8b8e60cdfc98eb8066d0a80ab9192d20c1f35eba 100644
--- a/ash/shelf/shelf_locking_manager_unittest.cc
+++ b/ash/shelf/shelf_locking_manager_unittest.cc
@@ -9,10 +9,10 @@
#include "ash/test/ash_test_base.h"
namespace ash {
-namespace test {
+namespace {
// Tests the shelf behavior when the screen or session is locked.
-class ShelfLockingManagerTest : public ash::test::AshTestBase {
+class ShelfLockingManagerTest : public test::AshTestBase {
public:
ShelfLockingManagerTest() {}
@@ -78,5 +78,5 @@ TEST_F(ShelfLockingManagerTest, AlignmentChangesDeferredWhileLocked) {
EXPECT_EQ(SHELF_ALIGNMENT_RIGHT, shelf->GetAlignment());
}
-} // namespace test
+} // namespace
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698