| Index: mojo/apps/js/content_handler_impl.h
|
| diff --git a/mojo/apps/js/content_handler_impl.h b/mojo/apps/js/content_handler_impl.h
|
| index 04c2603924361c7f6a0a4d73d687c858dbf8e4f7..925d4959e6bcf6a0a5f25d5bcb464910da15e947 100644
|
| --- a/mojo/apps/js/content_handler_impl.h
|
| +++ b/mojo/apps/js/content_handler_impl.h
|
| @@ -18,11 +18,10 @@ class ContentHandlerImpl : public InterfaceImpl<ContentHandler> {
|
| ContentHandlerImpl(ApplicationDelegateImpl* app_delegate_impl);
|
|
|
| private:
|
| - virtual ~ContentHandlerImpl();
|
| - virtual void OnConnect(
|
| - const mojo::String& url,
|
| - URLResponsePtr content,
|
| - InterfaceRequest<ServiceProvider> service_provider) override;
|
| + ~ContentHandlerImpl() override;
|
| + void OnConnect(const mojo::String& url,
|
| + URLResponsePtr content,
|
| + InterfaceRequest<ServiceProvider> service_provider) override;
|
|
|
| ApplicationDelegateImpl* app_delegate_impl_;
|
| };
|
|
|