summaryrefslogtreecommitdiffstats
path: root/content/renderer/text_input_client_observer.cc
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-03 00:01:37 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-03 00:01:37 +0000
commite6e90dc066225d3114c5d7d8174198d9b4326493 (patch)
tree25dff77d1651d09ae1740ad89cb22ea891b97d5e /content/renderer/text_input_client_observer.cc
parent3034b681ff22071df0cad6cace510b838d65d7cc (diff)
downloadchromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.zip
chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.tar.gz
chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.tar.bz2
Update includes to new header locations
TBR=darin Review URL: http://codereview.chromium.org/8788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/text_input_client_observer.cc')
-rw-r--r--content/renderer/text_input_client_observer.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/renderer/text_input_client_observer.cc b/content/renderer/text_input_client_observer.cc
index 432186c..17239b7 100644
--- a/content/renderer/text_input_client_observer.cc
+++ b/content/renderer/text_input_client_observer.cc
@@ -10,9 +10,9 @@
#include "ipc/ipc_message_macros.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/mac/WebSubstringUtil.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebPoint.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
#include "ui/gfx/rect.h"