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

Unified Diff: shell/url_response_disk_cache_loader.h

Issue 1276073004: Offline By Default (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rename MoveIntoDir 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
Index: shell/url_response_disk_cache_loader.h
diff --git a/shell/url_response_disk_cache_loader.h b/shell/url_response_disk_cache_loader.h
index c5ee366b91a7a08db942145518db5f8994165b95..8f52610e0a5e6dece9bd608dff6b2acef56189c8 100644
--- a/shell/url_response_disk_cache_loader.h
+++ b/shell/url_response_disk_cache_loader.h
@@ -16,7 +16,7 @@ namespace shell {
class URLResponseDiskCacheLoader : public ApplicationLoader {
public:
- URLResponseDiskCacheLoader(base::TaskRunner* task_runner);
+ URLResponseDiskCacheLoader(scoped_refptr<base::TaskRunner> task_runner);
~URLResponseDiskCacheLoader() override;
private:

Powered by Google App Engine
This is Rietveld 408576698