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

Unified Diff: content/test/test_file_error_injector.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
« content/browser/power_save_blocker_mac.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_file_error_injector.cc
===================================================================
--- content/test/test_file_error_injector.cc (revision 141149)
+++ content/test/test_file_error_injector.cc (working copy)
@@ -91,7 +91,7 @@
request_handle,
download_manager,
calculate_hash,
- scoped_ptr<PowerSaveBlocker>(NULL).Pass(),
+ scoped_ptr<content::PowerSaveBlocker>(NULL).Pass(),
bound_net_log),
source_url_(info->url()),
error_info_(error_info),
« content/browser/power_save_blocker_mac.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698