| Index: content/child/web_data_consumer_handle_impl.h
|
| diff --git a/content/child/web_data_consumer_handle_impl.h b/content/child/web_data_consumer_handle_impl.h
|
| index 167fe400c14eef0dcdb2944232bd2dd808d0f9fe..78f20f6ac4974a5d2424ddcea88dbf746166a825 100644
|
| --- a/content/child/web_data_consumer_handle_impl.h
|
| +++ b/content/child/web_data_consumer_handle_impl.h
|
| @@ -45,6 +45,7 @@ class CONTENT_EXPORT WebDataConsumerHandleImpl final
|
|
|
| private:
|
| virtual ReaderImpl* obtainReaderInternal(Client* client);
|
| + const char* debugName() const override;
|
|
|
| scoped_refptr<Context> context_;
|
| };
|
|
|