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

Unified Diff: components/suggestions/image_manager.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/suggestions/image_manager.cc
diff --git a/components/suggestions/image_manager.cc b/components/suggestions/image_manager.cc
index 08cf3d782103662c1a20e6319ac689370ff2b390..287981908a534fca20b752906ee72c7d03a28c6b 100644
--- a/components/suggestions/image_manager.cc
+++ b/components/suggestions/image_manager.cc
@@ -54,6 +54,9 @@ ImageManager::~ImageManager() {}
ImageManager::ImageCacheRequest::ImageCacheRequest() {}
+ImageManager::ImageCacheRequest::ImageCacheRequest(
+ const ImageCacheRequest& other) = default;
+
ImageManager::ImageCacheRequest::~ImageCacheRequest() {}
void ImageManager::Initialize(const SuggestionsProfile& suggestions) {

Powered by Google App Engine
This is Rietveld 408576698