| 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 1c93bcd5e5280ecf8e927895798ea4613e11c299..fb814a237cb8c57492e4ad4cb1bb19bdca249b7b 100644
|
| --- a/content/child/web_data_consumer_handle_impl.h
|
| +++ b/content/child/web_data_consumer_handle_impl.h
|
| @@ -43,6 +43,8 @@ class CONTENT_EXPORT WebDataConsumerHandleImpl final
|
| scoped_refptr<Context> context_;
|
| mojo::Watcher handle_watcher_;
|
| Client* client_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(ReaderImpl);
|
| };
|
| std::unique_ptr<Reader> obtainReader(Client* client) override;
|
|
|
| @@ -53,6 +55,8 @@ class CONTENT_EXPORT WebDataConsumerHandleImpl final
|
| const char* debugName() const override;
|
|
|
| scoped_refptr<Context> context_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(WebDataConsumerHandleImpl);
|
| };
|
|
|
| } // namespace content
|
|
|