summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.cc
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 22:55:51 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 22:55:51 +0000
commitb8ab654da215567c8292b2abeac6c8d972aa1cfb (patch)
treeb14dd428367662b8033207a01c291f7ecf480634 /webkit/glue/webframe_impl.cc
parent384988509daa2476d563e0a0bffd0c9118e7d630 (diff)
downloadchromium_src-b8ab654da215567c8292b2abeac6c8d972aa1cfb.zip
chromium_src-b8ab654da215567c8292b2abeac6c8d972aa1cfb.tar.gz
chromium_src-b8ab654da215567c8292b2abeac6c8d972aa1cfb.tar.bz2
Fix a bunch of include problems that my deps checker tool found. Mostly I made the names of some third party includes fully qualified. I removed a qualification on a couple of the WebKit port includes that confuses it and isn't necessary (since WebKit includes aren't fully qualified).
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.cc')
-rw-r--r--webkit/glue/webframe_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webframe_impl.cc b/webkit/glue/webframe_impl.cc
index cdfe972..64b79de 100644
--- a/webkit/glue/webframe_impl.cc
+++ b/webkit/glue/webframe_impl.cc
@@ -93,7 +93,6 @@
#include "FrameTree.h"
#include "FrameView.h"
#include "FrameWin.h"
-#include "graphics/SkiaUtils.h"
#include "GraphicsContext.h"
#include "HTMLHeadElement.h"
#include "HTMLLinkElement.h"
@@ -110,10 +109,11 @@
#include "ResourceRequest.h"
#include "SelectionController.h"
#include "Settings.h"
+#include "SkiaUtils.h"
#include "SubstituteData.h"
#include "TextIterator.h"
#include "TextAffinity.h"
-#include "xml/XPathResult.h"
+#include "XPathResult.h"
#pragma warning(pop)