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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_password_store_factory.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
Index: ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc
diff --git a/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc b/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc
index 8f2a915eb5c3f21e3c001190700072b5c1290b09..1a25a8b577b8e17f7d8d0d8d2f08a7ee87805d93 100644
--- a/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc
+++ b/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc
@@ -9,6 +9,7 @@
#include "base/command_line.h"
#include "base/memory/singleton.h"
+#include "base/threading/thread_task_runner_handle.h"
#include "components/browser_sync/profile_sync_service.h"
#include "components/keyed_service/core/service_access_type.h"
#include "components/keyed_service/ios/browser_state_dependency_manager.h"
« no previous file with comments | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | ios/chrome/browser/web_resource/web_resource_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698