summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.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_channel.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_channel.h')
-rw-r--r--ipc/ipc_channel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index 2d8d449..a7982e5 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -143,7 +143,8 @@ class IPC_EXPORT Channel : public Sender {
static scoped_ptr<Channel> CreateServer(
const IPC::ChannelHandle &channel_handle, Listener* listener);
- ~Channel() override;
+
+ virtual ~Channel();
// Connect the pipe. On the server side, this will initiate
// waiting for connections. On the client, it attempts to