From 3cbc9d77b7c34a9e92224fd9b2b8766210c07838 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Thu, 2 Oct 2008 20:01:58 +0000 Subject: Linux compile fix Fix case of include, filesystem is case sensitive on Linux Patch from icefox. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2800 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webplugin_impl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/glue') diff --git a/webkit/glue/webplugin_impl.cc b/webkit/glue/webplugin_impl.cc index a35704c..996d6db 100644 --- a/webkit/glue/webplugin_impl.cc +++ b/webkit/glue/webplugin_impl.cc @@ -17,7 +17,7 @@ #include "FrameTree.h" #include "FrameView.h" #include "GraphicsContext.h" -#include "HTMLPluginElement.h" +#include "HTMLPlugInElement.h" #include "IntRect.h" #include "KURL.h" #include "KeyboardEvent.h" @@ -48,7 +48,7 @@ #include "webkit/glue/plugins/plugin_instance.h" #include "webkit/glue/webview_impl.h" #include "googleurl/src/gurl.h" -#include "webkit/port/platform/cursor.h" +#include "webkit/port/platform/Cursor.h" // This class handles invididual multipart responses. It is instantiated when // we receive HTTP status code 206 in the HTTP response. This indicates -- cgit v1.1