Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: ash/system/chromeos/power/user_activity_notifier.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « ash/system/chromeos/power/tray_power_unittest.cc ('k') | ash/system/chromeos/power/user_activity_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698