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

Unified Diff: ash/system/chromeos/power/video_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/video_activity_notifier.cc
diff --git a/ash/system/chromeos/power/video_activity_notifier.cc b/ash/system/chromeos/power/video_activity_notifier.cc
index 8a82fb3b8dcf20ef83ad14d9b1d883e5627b9ce7..07f8490b01f18f6dab6dab83aeac24a67b341ead 100644
--- a/ash/system/chromeos/power/video_activity_notifier.cc
+++ b/ash/system/chromeos/power/video_activity_notifier.cc
@@ -9,8 +9,6 @@
#include "chromeos/dbus/power_manager_client.h"
namespace ash {
-namespace internal {
-
namespace {
// Minimum number of seconds between notifications.
@@ -47,5 +45,4 @@ void VideoActivityNotifier::OnLockStateChanged(bool locked) {
screen_is_locked_ = locked;
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/chromeos/power/video_activity_notifier.h ('k') | ash/system/chromeos/screen_security/screen_capture_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698