summaryrefslogtreecommitdiffstats
path: root/components/tracing
diff options
context:
space:
mode:
authormostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 04:31:49 +0000
committermostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 04:31:49 +0000
commit24ad9ade009ea674d174b1dfe6f1b85865479ed6 (patch)
treefbe91f03684e98c491826d735f938bdfc2cb3c0f /components/tracing
parent58d0043fd3f9d3e448ec3fd613c7f566ca73e482 (diff)
downloadchromium_src-24ad9ade009ea674d174b1dfe6f1b85865479ed6.zip
chromium_src-24ad9ade009ea674d174b1dfe6f1b85865479ed6.tar.gz
chromium_src-24ad9ade009ea674d174b1dfe6f1b85865479ed6.tar.bz2
add missing headers in components/tracing/child_trace_message_filter.h and
content/child/child_resource_message_filter.cc BUG=259043 Review URL: https://chromiumcodereview.appspot.com/18863004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/tracing')
-rw-r--r--components/tracing/child_trace_message_filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index 3da936f..9631ced 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_
#define COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_
+#include "base/bind.h"
+#include "base/memory/ref_counted_memory.h"
#include "ipc/ipc_channel_proxy.h"
namespace base {