| Index: sky/engine/public/web/WebFrameClient.h
|
| diff --git a/sky/engine/public/web/WebFrameClient.h b/sky/engine/public/web/WebFrameClient.h
|
| index 3409dd25e59fc3ba7c771e7c7f56bff479096787..84eb58630d369e22161a825bb0faa9a4bac6c55c 100644
|
| --- a/sky/engine/public/web/WebFrameClient.h
|
| +++ b/sky/engine/public/web/WebFrameClient.h
|
| @@ -33,7 +33,6 @@
|
|
|
| #include "../platform/WebColor.h"
|
| #include "WebFrame.h"
|
| -#include "WebIconURL.h"
|
| #include "WebNavigationPolicy.h"
|
| #include "WebNavigationType.h"
|
| #include "WebTextDirection.h"
|
| @@ -45,14 +44,12 @@
|
| namespace blink {
|
|
|
| class WebCachedURLRequest;
|
| -class WebDOMEvent;
|
| class WebInputEvent;
|
| class WebNode;
|
| class WebString;
|
| class WebURL;
|
| class WebURLLoader;
|
| class WebURLResponse;
|
| -struct WebColorSuggestion;
|
| struct WebConsoleMessage;
|
| struct WebRect;
|
| struct WebSize;
|
|
|