Index: ash/system/chromeos/power/power_event_observer.cc |
diff --git a/ash/system/chromeos/power/power_event_observer.cc b/ash/system/chromeos/power/power_event_observer.cc |
index 42d67f95c044629157f420e9b2c4b6d6f6e7abd6..d2f3e58dadc57c98cac66a0310c56c6bfa276f3d 100644 |
--- a/ash/system/chromeos/power/power_event_observer.cc |
+++ b/ash/system/chromeos/power/power_event_observer.cc |
@@ -14,7 +14,6 @@ |
#include "ui/wm/core/user_activity_detector.h" |
namespace ash { |
-namespace internal { |
PowerEventObserver::PowerEventObserver() |
: screen_locked_(false) { |
@@ -80,5 +79,4 @@ void PowerEventObserver::ScreenIsUnlocked() { |
screen_locked_ = false; |
} |
-} // namespace internal |
} // namespace ash |