| Index: android_webview/native/aw_message_port_service_impl.h
|
| diff --git a/android_webview/native/aw_message_port_service_impl.h b/android_webview/native/aw_message_port_service_impl.h
|
| index 757d75d11e00cf754b75fe80d70ee69e0c262bf6..f72f80e16cc1a54c9f6ef3668984c6106909d694 100644
|
| --- a/android_webview/native/aw_message_port_service_impl.h
|
| +++ b/android_webview/native/aw_message_port_service_impl.h
|
| @@ -26,7 +26,7 @@ class AwMessagePortServiceImpl : public AwMessagePortService {
|
| static AwMessagePortServiceImpl* GetInstance();
|
|
|
| AwMessagePortServiceImpl();
|
| - ~AwMessagePortServiceImpl();
|
| + ~AwMessagePortServiceImpl() override;
|
| void Init(JNIEnv* env, jobject object);
|
|
|
| void CreateMessageChannel(JNIEnv* env, jobject callback,
|
|
|