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

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

Issue 79103002: Abstracted AcceptPasswordAutofillSuggestion IPC out of core Autofill code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/autofill/core/browser/autofill_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 95c483b8ac2036edf839e3f9661be5cdbeadb385..29ab4e73ebfe43cc48b8b7f2051cd825f191f249 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -21,6 +21,10 @@ namespace gfx {
class Rect;
}
+namespace content {
blundell 2013/11/20 20:32:43 Kill.
jif-google 2013/11/21 16:46:02 I erroneously removed this forward declaration in
+class WebContents;
+}
+
namespace autofill {
class AutofillDriver;

Powered by Google App Engine
This is Rietveld 408576698