Index: ash/system/chromeos/power/tray_power_unittest.cc |
diff --git a/ash/system/chromeos/power/tray_power_unittest.cc b/ash/system/chromeos/power/tray_power_unittest.cc |
index a5552fab5d24461ad5e263df0a3d3377b2aa7be6..6be2dfcadf463eb81545af6ccf3e5d0618516e08 100644 |
--- a/ash/system/chromeos/power/tray_power_unittest.cc |
+++ b/ash/system/chromeos/power/tray_power_unittest.cc |
@@ -42,7 +42,6 @@ class MockMessageCenter : public message_center::FakeMessageCenter { |
} // namespace |
namespace ash { |
-namespace internal { |
class TrayPowerTest : public test::AshTestBase { |
public: |
@@ -232,5 +231,4 @@ TEST_F(TrayPowerTest, UpdateNotificationState) { |
EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); |
} |
-} // namespace internal |
} // namespace ash |