Index: chrome/renderer/autofill/form_autofill_browsertest.cc |
=================================================================== |
--- chrome/renderer/autofill/form_autofill_browsertest.cc (revision 175802) |
+++ chrome/renderer/autofill/form_autofill_browsertest.cc (working copy) |
@@ -15,6 +15,8 @@ |
#include "chrome/renderer/autofill/form_cache.h" |
#include "chrome/test/base/chrome_render_view_test.h" |
#include "testing/gtest/include/gtest/gtest.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/WebFormControlElement.h" |
@@ -22,8 +24,6 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.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" |
#include "webkit/glue/web_io_operators.h" |
using WebKit::WebDocument; |