diff options
Diffstat (limited to 'content/browser/download/base_file.h')
-rw-r--r-- | content/browser/download/base_file.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h index 00a83e6..cd6f2fd 100644 --- a/content/browser/download/base_file.h +++ b/content/browser/download/base_file.h @@ -13,7 +13,6 @@ #include "base/memory/linked_ptr.h" #include "base/memory/scoped_ptr.h" #include "base/time.h" -#include "content/browser/power_save_blocker.h" #include "content/common/content_export.h" #include "googleurl/src/gurl.h" #include "net/base/file_stream.h" @@ -125,9 +124,6 @@ class CONTENT_EXPORT BaseFile { // Start time for calculating speed. base::TimeTicks start_tick_; - // RAII handle to keep the system from sleeping while we're downloading. - PowerSaveBlocker power_save_blocker_; - // Indicates if hash should be calculated for the file. bool calculate_hash_; |