Index: chrome/renderer/autofill/form_cache.cc |
=================================================================== |
--- chrome/renderer/autofill/form_cache.cc (revision 112786) |
+++ chrome/renderer/autofill/form_cache.cc (working copy) |
@@ -14,8 +14,8 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.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 "ui/base/l10n/l10n_util.h" |
#include "webkit/glue/form_data.h" |
#include "webkit/glue/form_data_predictions.h" |