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

Unified Diff: components/drive/drive_app_registry.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/drive_app_registry.h
diff --git a/components/drive/drive_app_registry.h b/components/drive/drive_app_registry.h
index d0db65806e77f9a684a01b975116bb55a9cfb984..f4553e04197491d1e7c9d6894cc816e26b6d2509 100644
--- a/components/drive/drive_app_registry.h
+++ b/components/drive/drive_app_registry.h
@@ -42,6 +42,7 @@ struct DriveAppInfo {
const std::string& app_name,
const GURL& create_url,
bool is_removable);
+ DriveAppInfo(const DriveAppInfo& other);
~DriveAppInfo();
// Drive app id.

Powered by Google App Engine
This is Rietveld 408576698