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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.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 | « no previous file | chrome/browser/ui/passwords/manage_passwords_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/chrome_password_manager_client.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.cc b/chrome/browser/password_manager/chrome_password_manager_client.cc
index 6a1c44a1f253708133a09fea2507428c9dee9264..a9fee52b16c7e5de28cac64cf56d3c41633b9935 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/password_manager/chrome_password_manager_client.h"
+#include <string>
+
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/command_line.h"
« no previous file with comments | « no previous file | chrome/browser/ui/passwords/manage_passwords_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698