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

Unified Diff: components/autofill/core/browser/autofill_manager_delegate.h

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 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
« no previous file with comments | « components/autofill/core/DEPS ('k') | components/autofill/core/common/autofill_message_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_manager_delegate.h
diff --git a/components/autofill/core/browser/autofill_manager_delegate.h b/components/autofill/core/browser/autofill_manager_delegate.h
index 275fc911ee0e5d64187d9525881d1299e475fcf3..3260d8367d93f9687b3747d980da2a814c854233 100644
--- a/components/autofill/core/browser/autofill_manager_delegate.h
+++ b/components/autofill/core/browser/autofill_manager_delegate.h
@@ -12,10 +12,6 @@
#include "base/memory/weak_ptr.h"
#include "base/strings/string16.h"
-namespace content {
-struct PasswordForm;
-}
-
namespace gfx {
class Rect;
class RectF;
@@ -34,6 +30,7 @@ class FormStructure;
class PasswordGenerator;
class PersonalDataManager;
struct FormData;
+struct PasswordForm;
// A delegate interface that needs to be supplied to AutofillManager
// by the embedder.
« no previous file with comments | « components/autofill/core/DEPS ('k') | components/autofill/core/common/autofill_message_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698