Index: components/autofill/content/renderer/form_autofill_util.cc |
diff --git a/components/autofill/renderer/form_autofill_util.cc b/components/autofill/content/renderer/form_autofill_util.cc |
similarity index 99% |
rename from components/autofill/renderer/form_autofill_util.cc |
rename to components/autofill/content/renderer/form_autofill_util.cc |
index 04fc849a6948a233140b40e851d0512977bfbd1c..c9fb4a34e33cece078c3b5222f77f71c87a7565d 100644 |
--- a/components/autofill/renderer/form_autofill_util.cc |
+++ b/components/autofill/content/renderer/form_autofill_util.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/autofill/renderer/form_autofill_util.h" |
+#include "components/autofill/content/renderer/form_autofill_util.h" |
#include <map> |
@@ -16,8 +16,6 @@ |
#include "components/autofill/common/form_data.h" |
#include "components/autofill/common/form_field_data.h" |
#include "components/autofill/common/web_element_descriptor.h" |
-#include "third_party/WebKit/public/platform/WebString.h" |
-#include "third_party/WebKit/public/platform/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" |
@@ -30,6 +28,8 @@ |
#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/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebVector.h" |
using WebKit::WebDocument; |
using WebKit::WebElement; |