summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-07-28 11:35:31 +0100
committerKristian Monsen <kristianm@google.com>2011-07-28 11:41:07 +0100
commit4ec1b5c8bfb53483c6105db0656c81740f798f10 (patch)
treebe606b4e58e1b95a6c9a580a00fb8cb57cfe4500 /chrome
parent7e68d3c72ec5667dd697c800feb515a506a2dc9e (diff)
downloadexternal_chromium-4ec1b5c8bfb53483c6105db0656c81740f798f10.zip
external_chromium-4ec1b5c8bfb53483c6105db0656c81740f798f10.tar.gz
external_chromium-4ec1b5c8bfb53483c6105db0656c81740f798f10.tar.bz2
Preparation for fixing bug 5065047: build libchromium as a shared lib
Use FormField from chromium instead of Android. Change-Id: I63565da382ea5dd10e7aed57a5a0f47293d160a0
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/autofill/autofill_field.h4
-rw-r--r--chrome/browser/autofill/autofill_manager.cc4
-rw-r--r--chrome/browser/autofill/form_structure.cc4
3 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/autofill/autofill_field.h b/chrome/browser/autofill/autofill_field.h
index f14d78e..a875c99 100644
--- a/chrome/browser/autofill/autofill_field.h
+++ b/chrome/browser/autofill/autofill_field.h
@@ -11,11 +11,7 @@
#include "base/basictypes.h"
#include "base/string16.h"
#include "chrome/browser/autofill/field_types.h"
-#ifdef ANDROID
-#include "WebCoreSupport/autofill/FormFieldAndroid.h"
-#else
#include "webkit/glue/form_field.h"
-#endif
class AutofillField : public webkit_glue::FormField {
public:
diff --git a/chrome/browser/autofill/autofill_manager.cc b/chrome/browser/autofill/autofill_manager.cc
index aef58d6..1c21c19 100644
--- a/chrome/browser/autofill/autofill_manager.cc
+++ b/chrome/browser/autofill/autofill_manager.cc
@@ -53,11 +53,7 @@
#endif
#include "ui/base/l10n/l10n_util.h"
#include "webkit/glue/form_data.h"
-#ifdef ANDROID
-#include <WebCoreSupport/autofill/FormFieldAndroid.h>
-#else
#include "webkit/glue/form_field.h"
-#endif
using webkit_glue::FormData;
using webkit_glue::FormField;
diff --git a/chrome/browser/autofill/form_structure.cc b/chrome/browser/autofill/form_structure.cc
index 1566f17..c4e1e34 100644
--- a/chrome/browser/autofill/form_structure.cc
+++ b/chrome/browser/autofill/form_structure.cc
@@ -14,11 +14,7 @@
#include "chrome/browser/autofill/field_types.h"
#include "chrome/browser/autofill/form_field.h"
#include "third_party/libjingle/source/talk/xmllite/xmlelement.h"
-#ifdef ANDROID
-#include <WebCoreSupport/autofill/FormFieldAndroid.h>
-#else
#include "webkit/glue/form_field.h"
-#endif
using webkit_glue::FormData;