| Index: content/public/browser/web_contents_delegate.h
|
| ===================================================================
|
| --- content/public/browser/web_contents_delegate.h (revision 137859)
|
| +++ content/public/browser/web_contents_delegate.h (working copy)
|
| @@ -22,7 +22,6 @@
|
| class FilePath;
|
| class GURL;
|
| class WebContentsImpl;
|
| -struct NativeWebKeyboardEvent;
|
|
|
| namespace base {
|
| class ListValue;
|
| @@ -38,6 +37,7 @@
|
| class WebIntentsDispatcher;
|
| struct ContextMenuParams;
|
| struct FileChooserParams;
|
| +struct NativeWebKeyboardEvent;
|
| struct SSLStatus;
|
| }
|
|
|
|
|