Index: components/autofill/renderer/form_autofill_util.cc |
diff --git a/components/autofill/renderer/form_autofill_util.cc b/components/autofill/renderer/form_autofill_util.cc |
index 7102b44fe4d032f6140342d90a00a9e1552ef460..04fc849a6948a233140b40e851d0512977bfbd1c 100644 |
--- a/components/autofill/renderer/form_autofill_util.cc |
+++ b/components/autofill/renderer/form_autofill_util.cc |
@@ -16,8 +16,8 @@ |
#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/Source/Platform/chromium/public/WebString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.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" |