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

Unified Diff: components/device_event_log/device_event_log_impl.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/device_event_log/device_event_log_impl.h
diff --git a/components/device_event_log/device_event_log_impl.h b/components/device_event_log/device_event_log_impl.h
index f221638e95d6155ab2f0a80bbf33e5fb1b694fb3..218a2e7ff22a6781b13ea791151d34b201a13d3d 100644
--- a/components/device_event_log/device_event_log_impl.h
+++ b/components/device_event_log/device_event_log_impl.h
@@ -28,6 +28,7 @@ class DEVICE_EVENT_LOG_EXPORT DeviceEventLogImpl {
LogType log_type,
LogLevel log_level,
const std::string& event);
+ LogEntry(const LogEntry& other);
std::string file;
int file_line;

Powered by Google App Engine
This is Rietveld 408576698