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

Unified Diff: components/autofill/renderer/password_autofill_agent.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 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/autofill/renderer/password_autofill_agent.h
diff --git a/components/autofill/renderer/password_autofill_agent.h b/components/autofill/renderer/password_autofill_agent.h
index 1816ccb7a56f80b1cbbd7ec9225994b2665023c2..50390217992313178889c988f6093a46dc1f699b 100644
--- a/components/autofill/renderer/password_autofill_agent.h
+++ b/components/autofill/renderer/password_autofill_agent.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/memory/weak_ptr.h"
+#include "components/autofill/common/autofill_export.h"
#include "components/autofill/common/password_form_fill_data.h"
#include "content/public/renderer/render_view_observer.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
@@ -23,7 +24,8 @@ namespace autofill {
// This class is responsible for filling password forms.
// There is one PasswordAutofillAgent per RenderView.
-class PasswordAutofillAgent : public content::RenderViewObserver {
+class AUTOFILL_EXPORT PasswordAutofillAgent
+ : public content::RenderViewObserver {
public:
explicit PasswordAutofillAgent(content::RenderView* render_view);
virtual ~PasswordAutofillAgent();

Powered by Google App Engine
This is Rietveld 408576698