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

Unified Diff: components/password_manager/core/browser/password_manager.h

Issue 184103016: Autofill: Refactoring to support fetching password after a username is selected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address gcasto's comments. Created 6 years, 9 months 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/password_manager.h
diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
index 15e69c087388fb0a3e1427117fdbf1ac4f36545f..d19ca85969ad74831f1e48c646178b63c91e4ae0 100644
--- a/components/password_manager/core/browser/password_manager.h
+++ b/components/password_manager/core/browser/password_manager.h
@@ -28,6 +28,10 @@ namespace content {
class WebContents;
}
+namespace gfx {
Garrett Casto 2014/03/14 23:24:22 Unneeded.
Patrick Dubroy 2014/03/28 15:44:22 Done.
+class RectF;
+}
+
namespace user_prefs {
class PrefRegistrySyncable;
}

Powered by Google App Engine
This is Rietveld 408576698