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

Unified Diff: components/drive/file_system_interface.h

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.h
diff --git a/components/drive/file_system_interface.h b/components/drive/file_system_interface.h
index 2fb43b9a79853dfea7cb9f2ea5e7c098aad65c94..c23bbeec14f546da36be0ea3881ad52ba94368ae 100644
--- a/components/drive/file_system_interface.h
+++ b/components/drive/file_system_interface.h
@@ -44,6 +44,7 @@ struct MetadataSearchResult {
bool is_directory,
const std::string& highlighted_base_name,
const std::string& md5);
+ MetadataSearchResult(const MetadataSearchResult& other);
// The two members are used to create FileEntry object.
base::FilePath path;

Powered by Google App Engine
This is Rietveld 408576698