diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 20:01:58 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 20:01:58 +0000 |
commit | 3cbc9d77b7c34a9e92224fd9b2b8766210c07838 (patch) | |
tree | 0f08f99a3fb3279901ddf661491eb02093e59478 /webkit | |
parent | 2805eca5e8803849707dbc8ec8cf6f8a23f9b9fc (diff) | |
download | chromium_src-3cbc9d77b7c34a9e92224fd9b2b8766210c07838.zip chromium_src-3cbc9d77b7c34a9e92224fd9b2b8766210c07838.tar.gz chromium_src-3cbc9d77b7c34a9e92224fd9b2b8766210c07838.tar.bz2 |
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
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/webplugin_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |