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

Unified Diff: components/autofill/common/web_element_descriptor.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/common/web_element_descriptor.h
diff --git a/components/autofill/common/web_element_descriptor.h b/components/autofill/common/web_element_descriptor.h
index 0e0aabf43febf337c837cf4c03d5fa7bf0bb70ad..be7c3e6e72f4a4570b3b93d8e66454c411498041 100644
--- a/components/autofill/common/web_element_descriptor.h
+++ b/components/autofill/common/web_element_descriptor.h
@@ -7,10 +7,12 @@
#include <string>
+#include "components/autofill/common/autofill_export.h"
+
namespace autofill {
// Holds information that can be used to retrieve an element.
-struct WebElementDescriptor {
+struct AUTOFILL_EXPORT WebElementDescriptor {
enum RetrievalMethod {
CSS_SELECTOR,
ID,

Powered by Google App Engine
This is Rietveld 408576698