Index: ash/system/chromeos/power/video_activity_notifier.h |
diff --git a/ash/system/chromeos/power/video_activity_notifier.h b/ash/system/chromeos/power/video_activity_notifier.h |
index ae57d286afc7dc059a7bd3a197453d3d60f97b7b..8c2dc41ce6ca77585180f6a456a54061c873ec52 100644 |
--- a/ash/system/chromeos/power/video_activity_notifier.h |
+++ b/ash/system/chromeos/power/video_activity_notifier.h |
@@ -11,7 +11,6 @@ |
#include "base/time/time.h" |
namespace ash { |
-namespace internal { |
// Notifies the power manager when a video is playing. |
class VideoActivityNotifier : public VideoDetectorObserver, |
@@ -38,7 +37,6 @@ class VideoActivityNotifier : public VideoDetectorObserver, |
DISALLOW_COPY_AND_ASSIGN(VideoActivityNotifier); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_SYSTEM_CHROMEOS_POWER_VIDEO_ACTIVITY_NOTIFIER_H_ |