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

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

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.cc
diff --git a/ash/system/chromeos/power/user_activity_notifier.cc b/ash/system/chromeos/power/user_activity_notifier.cc
index a67f33491e92e6a86dc16baa49f13d92b0eade89..7afd3a8ecffd611ff3494850e3fe52c777bd197f 100644
--- a/ash/system/chromeos/power/user_activity_notifier.cc
+++ b/ash/system/chromeos/power/user_activity_notifier.cc
@@ -12,8 +12,6 @@
#include "ui/wm/core/user_activity_detector.h"
namespace ash {
-namespace internal {
-
namespace {
// Minimum number of seconds between notifications.
@@ -64,5 +62,4 @@ void UserActivityNotifier::OnUserActivity(const ui::Event* event) {
}
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/chromeos/power/user_activity_notifier.h ('k') | ash/system/chromeos/power/video_activity_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698