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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver.h

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
Index: components/password_manager/content/browser/content_password_manager_driver.h
diff --git a/components/password_manager/content/browser/content_password_manager_driver.h b/components/password_manager/content/browser/content_password_manager_driver.h
index 6060495c94ab7919eb21f4ece2f8ce8a2f3ac832..504a91395cab8b4ede23edeeddeaac7274a4a84a 100644
--- a/components/password_manager/content/browser/content_password_manager_driver.h
+++ b/components/password_manager/content/browser/content_password_manager_driver.h
@@ -5,6 +5,9 @@
#ifndef COMPONENTS_PASSWORD_MANAGER_CONTENT_BROWSER_CONTENT_PASSWORD_MANAGER_DRIVER_H_
#define COMPONENTS_PASSWORD_MANAGER_CONTENT_BROWSER_CONTENT_PASSWORD_MANAGER_DRIVER_H_
+#include <map>
+#include <vector>
+
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "components/autofill/core/common/password_form_field_prediction_map.h"

Powered by Google App Engine
This is Rietveld 408576698