Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 18863004: add missing headers in child tracing code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more missing headers Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/child_resource_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/child_trace_message_filter.h
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index 3da936f1dada649cd5e117d1d1e5f300c707ee9d..9631ced7b3487a40f18c306dc8272d18f46b508e 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 {
« no previous file with comments | « no previous file | content/child/child_resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698