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

Unified Diff: chrome/browser/media/router/media_route.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/media_route.h
diff --git a/chrome/browser/media/router/media_route.h b/chrome/browser/media/router/media_route.h
index b368751c5b49150b61b69226c5dd0dd055c5bb55..bdfaf668e671706bdb8b9786de5162d192743a38 100644
--- a/chrome/browser/media/router/media_route.h
+++ b/chrome/browser/media/router/media_route.h
@@ -42,6 +42,7 @@ class MediaRoute {
bool is_local,
const std::string& custom_controller_path,
bool for_display);
+ MediaRoute(const MediaRoute& other);
~MediaRoute();
// The media route identifier.

Powered by Google App Engine
This is Rietveld 408576698