diff options
Diffstat (limited to 'chrome/renderer/autofill/form_autofill_util.cc')
-rw-r--r-- | chrome/renderer/autofill/form_autofill_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/autofill/form_autofill_util.cc b/chrome/renderer/autofill/form_autofill_util.cc index 5b149be..1c68601 100644 --- a/chrome/renderer/autofill/form_autofill_util.cc +++ b/chrome/renderer/autofill/form_autofill_util.cc @@ -13,6 +13,8 @@ #include "chrome/common/autofill/web_element_descriptor.h" #include "chrome/common/form_data.h" #include "chrome/common/form_field_data.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebElement.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebExceptionCode.h" @@ -25,8 +27,6 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebNodeList.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebOptionElement.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSelectElement.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" using WebKit::WebDocument; using WebKit::WebElement; |