Chromium Code Reviews| 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. |