diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 20:33:12 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 20:33:12 +0000 |
commit | 6b6f8311118fb383b5f70aeb09a4f10f7f20c696 (patch) | |
tree | 7d034ed5f7be706f16bcf4f7d379fb9c76eb7f99 /webkit | |
parent | 5826d050fd63b7f898e243846029b06cd07d71d7 (diff) | |
download | chromium_src-6b6f8311118fb383b5f70aeb09a4f10f7f20c696.zip chromium_src-6b6f8311118fb383b5f70aeb09a4f10f7f20c696.tar.gz chromium_src-6b6f8311118fb383b5f70aeb09a4f10f7f20c696.tar.bz2 |
Stop forward declaring WebKitClient.
This forward declaration causes problems for the WebKitClient ->
WebKitPlatformSupport rename. I'll change this back to a forward declaration
once the rename is done.
Review URL: http://codereview.chromium.org/7820001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/support/webkit_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h index 2b27ab8..1a9e768 100644 --- a/webkit/support/webkit_support.h +++ b/webkit/support/webkit_support.h @@ -12,6 +12,7 @@ #include "base/string16.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClient.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebKitClient.h" #include "ui/base/keycodes/keyboard_codes.h" class WebURLLoaderMockFactory; @@ -21,7 +22,6 @@ class WebApplicationCacheHostClient; class WebCString; class WebFileSystemCallbacks; class WebFrame; -class WebKitClient; class WebMediaPlayer; class WebMediaPlayerClient; class WebPlugin; |