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

Unified Diff: content/browser/power_save_blocker_mac.cc

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/power_save_blocker_mac.cc
===================================================================
--- content/browser/power_save_blocker_mac.cc (revision 164795)
+++ content/browser/power_save_blocker_mac.cc (working copy)
@@ -14,6 +14,7 @@
#include "base/threading/thread.h"
#include "content/public/browser/browser_thread.h"
+namespace content {
namespace {
// Power management cannot be done on the UI thread. IOPMAssertionCreate does a
@@ -36,8 +37,6 @@
} // namespace
-namespace content {
-
class PowerSaveBlocker::Delegate
: public base::RefCountedThreadSafe<PowerSaveBlocker::Delegate> {
public:

Powered by Google App Engine
This is Rietveld 408576698