Index: chrome/renderer/autofill/autofill_agent.cc |
=================================================================== |
--- chrome/renderer/autofill/autofill_agent.cc (revision 175802) |
+++ chrome/renderer/autofill/autofill_agent.cc (working copy) |
@@ -22,6 +22,7 @@ |
#include "content/public/renderer/render_view.h" |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormControlElement.h" |
@@ -32,7 +33,6 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNodeCollection.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebOptionElement.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" |
#include "ui/base/keycodes/keyboard_codes.h" |
#include "ui/base/l10n/l10n_util.h" |