summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message.h
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-10-21 11:02:42 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-21 18:03:14 +0000
commitf3076af7e0dfc078e65039a0e6faebf9a7628a63 (patch)
tree7f14d722c23f05db0cf60f94acb20c246af059c7 /ipc/ipc_message.h
parent4f91ee56e740bc766dfd8964a3adbb776465cf87 (diff)
downloadchromium_src-f3076af7e0dfc078e65039a0e6faebf9a7628a63.zip
chromium_src-f3076af7e0dfc078e65039a0e6faebf9a7628a63.tar.gz
chromium_src-f3076af7e0dfc078e65039a0e6faebf9a7628a63.tar.bz2
Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/)
Reason for revert: Addressing reviewer comments in a followup patch. Original issue's description: > Standardize usage of virtual/override/final in ipc/ > > This patch was automatically generated by applying clang fixit hints > generated by the plugin to the source tree. > > BUG=417463 > TBR=agl@chromium.org > > Committed: https://crrev.com/39be52ebbd6681c7d79ad63e2a0ab028075af0c2 > Cr-Commit-Position: refs/heads/master@{#300481} TBR=agl@chromium.org NOTREECHECKS=true NOTRY=true BUG=417463 Review URL: https://codereview.chromium.org/669953003 Cr-Commit-Position: refs/heads/master@{#300521}
Diffstat (limited to 'ipc/ipc_message.h')
-rw-r--r--ipc/ipc_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index a1b26e1..a48fcb1 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -50,7 +50,7 @@ class IPC_EXPORT Message : public Pickle {
HAS_SENT_TIME_BIT = 0x80,
};
- ~Message() override;
+ virtual ~Message();
Message();