Index: chrome/renderer/autofill/form_autofill_util.cc |
=================================================================== |
--- chrome/renderer/autofill/form_autofill_util.cc (revision 175802) |
+++ chrome/renderer/autofill/form_autofill_util.cc (working copy) |
@@ -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; |