From 20f0487a5b73e8071af2612150301b0942cbf0e2 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Thu, 30 Sep 2010 20:06:30 +0000 Subject: FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. Cuts ~2MB off our .a files (Debug, Linux). Also added the "virtual" keyword on a whole bunch of virtual dtors that were missing it. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3522004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61100 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_channel_proxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc/ipc_channel_proxy.h') diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h index 19aea28..1ce9986 100644 --- a/ipc/ipc_channel_proxy.h +++ b/ipc/ipc_channel_proxy.h @@ -55,6 +55,7 @@ class ChannelProxy : public Message::Sender { class MessageFilter : public base::RefCountedThreadSafe { public: + MessageFilter(); virtual ~MessageFilter(); // Called on the background thread to provide the filter with access to the -- cgit v1.1