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

Unified Diff: components/offline_pages/offline_page_item.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/offline_pages/offline_page_item.h
diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/offline_page_item.h
index a7bf8c8fa1d3f9424aa941d2f64d3e98e63e5ab0..311573bc7b79b9c8b370cc5d9d9369bf51cf8afc 100644
--- a/components/offline_pages/offline_page_item.h
+++ b/components/offline_pages/offline_page_item.h
@@ -35,6 +35,7 @@ struct OfflinePageItem {
const base::FilePath& file_path,
int64_t file_size,
const base::Time& creation_time);
+ OfflinePageItem(const OfflinePageItem& other);
~OfflinePageItem();
// Gets a URL of the file under |file_path|.

Powered by Google App Engine
This is Rietveld 408576698