Chromium Code Reviews

Unified Diff: components/password_manager/content/browser/credential_manager_dispatcher.cc

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/password_manager/content/browser/credential_manager_dispatcher.cc
diff --git a/components/password_manager/content/browser/credential_manager_dispatcher.cc b/components/password_manager/content/browser/credential_manager_dispatcher.cc
index 849ad01a2d1c6763a589bc9630974384af4aa8ee..ce99084d1b83fa0ac656e486a1730d23c62296a2 100644
--- a/components/password_manager/content/browser/credential_manager_dispatcher.cc
+++ b/components/password_manager/content/browser/credential_manager_dispatcher.cc
@@ -5,7 +5,6 @@
#include "components/password_manager/content/browser/credential_manager_dispatcher.h"
#include "base/bind.h"
-#include "base/memory/scoped_vector.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
#include "components/autofill/core/common/password_form.h"
« no previous file with comments | « components/nacl/loader/nacl_ipc_adapter.h ('k') | components/password_manager/core/browser/password_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine