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

Unified Diff: components/password_manager/core/browser/password_form_manager.cc

Issue 1435883002: Add #includes to password code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cc -> h Created 5 years, 1 month 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 | « components/password_manager/content/browser/content_password_manager_driver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/password_form_manager.cc
diff --git a/components/password_manager/core/browser/password_form_manager.cc b/components/password_manager/core/browser/password_form_manager.cc
index 04c3bc24b4f238229c78e57d64b9e2f6e29cffa8..7d499f323fed8c07245cdfd7ffcb8e76762fc3a5 100644
--- a/components/password_manager/core/browser/password_form_manager.cc
+++ b/components/password_manager/core/browser/password_form_manager.cc
@@ -5,6 +5,7 @@
#include "components/password_manager/core/browser/password_form_manager.h"
#include <algorithm>
+#include <map>
#include <set>
#include "base/metrics/histogram_macros.h"
« no previous file with comments | « components/password_manager/content/browser/content_password_manager_driver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698