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

Unified Diff: content/public/browser/tracing_delegate.h

Issue 1181213002: Slow Reports - Embed Metadata in Traces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed. Created 5 years, 6 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
Index: content/public/browser/tracing_delegate.h
diff --git a/content/public/browser/tracing_delegate.h b/content/public/browser/tracing_delegate.h
index b7cfa2d4fb0e4ec3af16ec47adf63723599ad63c..87787809b49774da733f962874a6486b92e86a3b 100644
--- a/content/public/browser/tracing_delegate.h
+++ b/content/public/browser/tracing_delegate.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_PUBLIC_BROWSER_TRACING_DELEGATE_H_
#define CONTENT_PUBLIC_BROWSER_TRACING_DELEGATE_H_
+#include <string>
oystein (OOO til 10th of July) 2015/06/12 19:29:16 nit: remove, if no longer used?
shatch 2015/06/12 20:53:48 Done.
+
#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"

Powered by Google App Engine
This is Rietveld 408576698