| 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 b92175fb7483c58b4c1940c58bc63fc7424c7fcd..3d1ea9bbfb68bf1364122c71cb29a82b095877c8 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"
|
|
|