diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 03:41:28 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 03:41:28 +0000 |
commit | 430264b64d1e9594cf6d69d63488aab4a166a9ba (patch) | |
tree | 5c0c2a416187cad94f4d7c964c9d2c4c650ebe50 /webkit | |
parent | 574a1d691c71e833638ccb1ca395dfa20c6835a4 (diff) | |
download | chromium_src-430264b64d1e9594cf6d69d63488aab4a166a9ba.zip chromium_src-430264b64d1e9594cf6d69d63488aab4a166a9ba.tar.gz chromium_src-430264b64d1e9594cf6d69d63488aab4a166a9ba.tar.bz2 |
Remove unintended addition of a forward delcaration for WebWidget.
Review URL: http://codereview.chromium.org/149789
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20932 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/webview_delegate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h index 640dc53..77624b3 100644 --- a/webkit/glue/webview_delegate.h +++ b/webkit/glue/webview_delegate.h @@ -66,7 +66,6 @@ class WebFrame; class WebMediaPlayerDelegate; class WebPluginDelegate; class WebView; -class WebWidget; struct ContextMenuMediaParams; struct WebPluginGeometry; struct WebPreferences; |