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

Unified Diff: chrome/browser/sync_file_system/drive_backend/tracker_id_set.h

Issue 1731483003: chrome: 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: chrome/browser/sync_file_system/drive_backend/tracker_id_set.h
diff --git a/chrome/browser/sync_file_system/drive_backend/tracker_id_set.h b/chrome/browser/sync_file_system/drive_backend/tracker_id_set.h
index 15217d2d09c3f2f4bbf95f6ce770311bfda230c9..5b18b90c64db85472203fb7ec06590877489d4f5 100644
--- a/chrome/browser/sync_file_system/drive_backend/tracker_id_set.h
+++ b/chrome/browser/sync_file_system/drive_backend/tracker_id_set.h
@@ -23,6 +23,7 @@ class TrackerIDSet {
typedef RawTrackerIDSet::const_iterator const_iterator;
TrackerIDSet();
+ TrackerIDSet(const TrackerIDSet& other);
~TrackerIDSet();
bool has_active() const { return !!active_tracker_; }

Powered by Google App Engine
This is Rietveld 408576698