summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill/form_autofill_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/autofill/form_autofill_util.cc')
-rw-r--r--chrome/renderer/autofill/form_autofill_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/autofill/form_autofill_util.cc b/chrome/renderer/autofill/form_autofill_util.cc
index 899de1f..297cdc7 100644
--- a/chrome/renderer/autofill/form_autofill_util.cc
+++ b/chrome/renderer/autofill/form_autofill_util.cc
@@ -22,8 +22,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/Source/WebKit/chromium/public/WebString.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebVector.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/form_data.h"
#include "webkit/glue/form_field.h"