summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/base/notifier_options.h
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2016-02-26 14:05:13 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-26 22:06:42 +0000
commit550b72c9c84b0cbe828d1ff7e33aa7ff8b0c07c2 (patch)
treee683884a543b55969b0997c68142e5e9efb3dd4a /jingle/notifier/base/notifier_options.h
parentce37e433f5dc443528f46dc7deb03d0be79e6516 (diff)
downloadchromium_src-550b72c9c84b0cbe828d1ff7e33aa7ff8b0c07c2.zip
chromium_src-550b72c9c84b0cbe828d1ff7e33aa7ff8b0c07c2.tar.gz
chromium_src-550b72c9c84b0cbe828d1ff7e33aa7ff8b0c07c2.tar.bz2
jingle: Add out-of-line copy ctors for complex classes.
This patch adds out of line copy constructors for classes that our clang-plugin considers heavy. This is an effort to enable copy constructor checks by default. BUG=436357 R=zea@chromium.org, dcheng@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/1729823003 Cr-Commit-Position: refs/heads/master@{#377992}
Diffstat (limited to 'jingle/notifier/base/notifier_options.h')
-rw-r--r--jingle/notifier/base/notifier_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jingle/notifier/base/notifier_options.h b/jingle/notifier/base/notifier_options.h
index 0d7b471..08f03a8 100644
--- a/jingle/notifier/base/notifier_options.h
+++ b/jingle/notifier/base/notifier_options.h
@@ -16,6 +16,7 @@ namespace notifier {
struct NotifierOptions {
NotifierOptions();
+ NotifierOptions(const NotifierOptions& other);
~NotifierOptions();
// Indicates that the SSLTCP port (443) is to be tried before the the XMPP