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: |