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

Unified Diff: ash/system/chromeos/power/power_event_observer.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/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
« no previous file with comments | « ash/system/chromeos/power/power_event_observer.h ('k') | ash/system/chromeos/power/power_event_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698