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

Unified Diff: components/password_manager/core/browser/mock_password_store.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: components/password_manager/core/browser/mock_password_store.cc
diff --git a/components/password_manager/core/browser/mock_password_store.cc b/components/password_manager/core/browser/mock_password_store.cc
index b1c2ea92257dc414a81c944f04d28c8401168726..b0e2c3acb0b6b8290868b5934e7f25f75df283d5 100644
--- a/components/password_manager/core/browser/mock_password_store.cc
+++ b/components/password_manager/core/browser/mock_password_store.cc
@@ -5,6 +5,7 @@
#include "components/password_manager/core/browser/mock_password_store.h"
#include "base/memory/ptr_util.h"
+#include "base/threading/thread_task_runner_handle.h"
namespace password_manager {

Powered by Google App Engine
This is Rietveld 408576698