Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: content/child/web_data_consumer_handle_impl.h

Issue 2426483002: Add DISALLOW_COPY_AND_ASSIGN in web_data_consumer_handle_impl.h. (Closed)
Patch Set: add blank lines Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698