| Index: sky/engine/web/ChromeClientImpl.h
|
| diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
|
| index abb119818f20ed475c41f7dc80c24a5c1a30e882..d6dcadcca9d7dc0209b60029655f5106bc48917f 100644
|
| --- a/sky/engine/web/ChromeClientImpl.h
|
| +++ b/sky/engine/web/ChromeClientImpl.h
|
| @@ -52,7 +52,7 @@ class WebViewImpl;
|
| struct WebCursorInfo;
|
|
|
| // Handles window-level notifications from WebCore on behalf of a WebView.
|
| -class ChromeClientImpl FINAL : public ChromeClient {
|
| +class ChromeClientImpl final : public ChromeClient {
|
| public:
|
| explicit ChromeClientImpl(WebViewImpl* webView);
|
| virtual ~ChromeClientImpl();
|
|
|