| Index: ash/system/chromeos/power/user_activity_notifier.h
|
| diff --git a/ash/system/chromeos/power/user_activity_notifier.h b/ash/system/chromeos/power/user_activity_notifier.h
|
| index 4374304c438c86aad9a6768736ac05f487461ec7..22ac4c0d1dd8e71f74d23426c1b5ba34c3cb4764 100644
|
| --- a/ash/system/chromeos/power/user_activity_notifier.h
|
| +++ b/ash/system/chromeos/power/user_activity_notifier.h
|
| @@ -15,7 +15,6 @@ class UserActivityDetector;
|
| } // namespace wm
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| // Notifies the power manager when the user is active.
|
| class UserActivityNotifier : public ::wm::UserActivityObserver {
|
| @@ -35,7 +34,6 @@ class UserActivityNotifier : public ::wm::UserActivityObserver {
|
| DISALLOW_COPY_AND_ASSIGN(UserActivityNotifier);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SYSTEM_CHROMEOS_POWER_USER_ACTIVITY_NOTIFIER_H_
|
|
|