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

Unified Diff: chrome/browser/supervised_user/supervised_user_site_list.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/supervised_user/supervised_user_site_list.h
diff --git a/chrome/browser/supervised_user/supervised_user_site_list.h b/chrome/browser/supervised_user/supervised_user_site_list.h
index cb4317b9812fe061eac43a65f39f3640800c36a7..8d2c6ead7d8b9aa043da79d71b713708944fcd75 100644
--- a/chrome/browser/supervised_user/supervised_user_site_list.h
+++ b/chrome/browser/supervised_user/supervised_user_site_list.h
@@ -46,6 +46,7 @@ class SupervisedUserSiteList
explicit HostnameHash(const std::string& hostname);
// |bytes| must have a size of at least |base::kSHA1Length|.
explicit HostnameHash(const std::vector<uint8_t>& bytes);
+ HostnameHash(const HostnameHash& other);
bool operator==(const HostnameHash& rhs) const;

Powered by Google App Engine
This is Rietveld 408576698