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

Unified Diff: chrome/browser/media/router/issue.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: chrome/browser/media/router/issue.h
diff --git a/chrome/browser/media/router/issue.h b/chrome/browser/media/router/issue.h
index 4e65f7f33a3877994a6305f3c2e0a260f080bfc4..60f33035b59d6b6d11a55bd652e582ae80b5f6f9 100644
--- a/chrome/browser/media/router/issue.h
+++ b/chrome/browser/media/router/issue.h
@@ -60,6 +60,8 @@ class Issue {
bool is_blocking,
const std::string& helpUrl);
+ Issue(const Issue& other);
+
~Issue();
// See constructor comments for more information about these fields.

Powered by Google App Engine
This is Rietveld 408576698