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

Unified Diff: components/drive/file_system_interface.cc

Issue 1728033002: components: 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: components/drive/file_system_interface.cc
diff --git a/components/drive/file_system_interface.cc b/components/drive/file_system_interface.cc
index 931b68079cf6205a87f4ef80c2081251b9d6ea1d..e7d86fe6017ee63468b2d484b295e8c60bffdd0e 100644
--- a/components/drive/file_system_interface.cc
+++ b/components/drive/file_system_interface.cc
@@ -17,4 +17,7 @@ MetadataSearchResult::MetadataSearchResult(
md5(md5) {
}
+MetadataSearchResult::MetadataSearchResult(const MetadataSearchResult& other) =
+ default;
+
} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698