Chromium Code Reviews| 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..7de839e6a2799ebf1fac940f541815cd46954e81 100644 |
| --- a/content/child/web_data_consumer_handle_impl.h |
| +++ b/content/child/web_data_consumer_handle_impl.h |
| @@ -43,6 +43,7 @@ class CONTENT_EXPORT WebDataConsumerHandleImpl final |
| scoped_refptr<Context> context_; |
| mojo::Watcher handle_watcher_; |
| Client* client_; |
| + DISALLOW_COPY_AND_ASSIGN(ReaderImpl); |
|
Avi (use Gerrit)
2016/10/18 14:57:57
A blank line before this one, please.
horo
2016/10/18 15:01:39
Done.
|
| }; |
| std::unique_ptr<Reader> obtainReader(Client* client) override; |
| @@ -53,6 +54,7 @@ class CONTENT_EXPORT WebDataConsumerHandleImpl final |
| const char* debugName() const override; |
| scoped_refptr<Context> context_; |
| + DISALLOW_COPY_AND_ASSIGN(WebDataConsumerHandleImpl); |
|
Avi (use Gerrit)
2016/10/18 14:57:57
Same here.
horo
2016/10/18 15:01:39
Done.
|
| }; |
| } // namespace content |