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

Unified Diff: shell/url_response_disk_cache_loader.cc

Issue 1276073004: Offline By Default (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing explicits. Created 5 years, 3 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
« no previous file with comments | « shell/url_response_disk_cache_loader.h ('k') | third_party/snappy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/url_response_disk_cache_loader.cc
diff --git a/shell/url_response_disk_cache_loader.cc b/shell/url_response_disk_cache_loader.cc
index 8906bb4ec913c5fc2450afd202f246cf66c3ae63..ef0d2597c012aa3e78a72e4fbeea931045817979 100644
--- a/shell/url_response_disk_cache_loader.cc
+++ b/shell/url_response_disk_cache_loader.cc
@@ -7,9 +7,8 @@
namespace shell {
URLResponseDiskCacheLoader::URLResponseDiskCacheLoader(
- base::TaskRunner* task_runner)
- : url_response_disk_cache_(task_runner) {
-}
+ scoped_refptr<base::TaskRunner> task_runner)
+ : url_response_disk_cache_(task_runner) {}
URLResponseDiskCacheLoader::~URLResponseDiskCacheLoader() {
}
« no previous file with comments | « shell/url_response_disk_cache_loader.h ('k') | third_party/snappy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698