Index: ash/system/chromeos/power/power_status_unittest.cc |
diff --git a/ash/system/chromeos/power/power_status_unittest.cc b/ash/system/chromeos/power/power_status_unittest.cc |
index ba9d2c11308effd7d272a4d6bc8e5c9fa4870eed..cf1da4b06cf6275f183ac07267b59009e38a8f52 100644 |
--- a/ash/system/chromeos/power/power_status_unittest.cc |
+++ b/ash/system/chromeos/power/power_status_unittest.cc |
@@ -15,8 +15,6 @@ |
#include "third_party/cros_system_api/dbus/service_constants.h" |
namespace ash { |
-namespace internal { |
- |
namespace { |
class TestObserver : public PowerStatus::Observer { |
@@ -142,5 +140,4 @@ TEST_F(PowerStatusTest, SplitTimeIntoHoursAndMinutes) { |
EXPECT_EQ(3, minutes); |
} |
-} // namespace internal |
} // namespace ash |