summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill/autofill_agent.cc
diff options
context:
space:
mode:
authorpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 01:03:02 +0000
committerpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 01:03:02 +0000
commitcff498e33f978b98eb9caad1e34f487221eb5739 (patch)
tree9333d7b51b414d0b200e4b351208e9337d59021b /chrome/renderer/autofill/autofill_agent.cc
parent0019bc61709a1cfd2c3bb557ca98ab7344c66e10 (diff)
downloadchromium_src-cff498e33f978b98eb9caad1e34f487221eb5739.zip
chromium_src-cff498e33f978b98eb9caad1e34f487221eb5739.tar.gz
chromium_src-cff498e33f978b98eb9caad1e34f487221eb5739.tar.bz2
Update some #includes in chrome/renderer/autofill/ for headers in the new Platform directory
Review URL: https://chromiumcodereview.appspot.com/11830028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/autofill/autofill_agent.cc')
-rw-r--r--chrome/renderer/autofill/autofill_agent.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/autofill/autofill_agent.cc b/chrome/renderer/autofill/autofill_agent.cc
index 4dd695c..c0531b4 100644
--- a/chrome/renderer/autofill/autofill_agent.cc
+++ b/chrome/renderer/autofill/autofill_agent.cc
@@ -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"