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

Unified Diff: ios/net/http_cache_helper.cc

Issue 2596283002: Include-what-you-use for ThreadTaskRunnerHandle. (Closed)
Patch Set: rebase Created 4 years 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 | « ios/chrome/browser/web_resource/web_resource_util.cc ('k') | ipc/ipc_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/http_cache_helper.cc
diff --git a/ios/net/http_cache_helper.cc b/ios/net/http_cache_helper.cc
index 12b91aa1bc50501295fdc7cac3cb7514de21e949..9eaeccbfe557607e1edb9878c85fa9817af94c25 100644
--- a/ios/net/http_cache_helper.cc
+++ b/ios/net/http_cache_helper.cc
@@ -11,6 +11,7 @@
#include "base/callback.h"
#include "base/location.h"
#include "base/task_runner.h"
+#include "base/threading/thread_task_runner_handle.h"
#include "net/base/sdch_manager.h"
#include "net/disk_cache/disk_cache.h"
#include "net/http/http_cache.h"
« no previous file with comments | « ios/chrome/browser/web_resource/web_resource_util.cc ('k') | ipc/ipc_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698