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

Unified Diff: content/browser/download/download_file_unittest.cc

Issue 10542089: Power save blocker: switch to new implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/download/download_file_unittest.cc
===================================================================
--- content/browser/download/download_file_unittest.cc (revision 141149)
+++ content/browser/download/download_file_unittest.cc (working copy)
@@ -126,7 +126,7 @@
scoped_ptr<content::ByteStreamReader>(input_stream_).Pass(),
new DownloadRequestHandle(),
download_manager_, calculate_hash,
- scoped_ptr<PowerSaveBlocker>(NULL).Pass(),
+ scoped_ptr<content::PowerSaveBlocker>(NULL).Pass(),
net::BoundNetLog()));
EXPECT_CALL(*input_stream_, Read(_, _))

Powered by Google App Engine
This is Rietveld 408576698