| Index: content/browser/profiler_message_filter.h
|
| diff --git a/content/browser/profiler_message_filter.h b/content/browser/profiler_message_filter.h
|
| index c3813614552e6641c65f73b36eea083059f0bb41..59f84ae3b464d79c1ecdada92257807c4237b591 100644
|
| --- a/content/browser/profiler_message_filter.h
|
| +++ b/content/browser/profiler_message_filter.h
|
| @@ -20,7 +20,6 @@ namespace content {
|
| class ProfilerMessageFilter : public BrowserMessageFilter {
|
| public:
|
| explicit ProfilerMessageFilter(ProcessType process_type);
|
| - virtual ~ProfilerMessageFilter();
|
|
|
| // content::BrowserMessageFilter implementation.
|
| virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
|
| @@ -29,6 +28,9 @@ class ProfilerMessageFilter : public BrowserMessageFilter {
|
| virtual bool OnMessageReceived(const IPC::Message& message,
|
| bool* message_was_ok) OVERRIDE;
|
|
|
| + protected:
|
| + virtual ~ProfilerMessageFilter();
|
| +
|
| private:
|
| // Message handlers.
|
| void OnChildProfilerData(
|
|
|