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

Unified Diff: content/browser/tracing/trace_subscriber_stdio.h

Issue 14606009: Cleanup: Remove unneeded base/file_util.h includes in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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/browser/tracing/trace_subscriber_stdio.h
===================================================================
--- content/browser/tracing/trace_subscriber_stdio.h (revision 199525)
+++ content/browser/tracing/trace_subscriber_stdio.h (working copy)
@@ -8,10 +8,13 @@
#include <string>
#include "base/compiler_specific.h"
-#include "base/file_util.h"
#include "content/public/browser/trace_subscriber.h"
#include "content/common/content_export.h"
+namespace base {
+class FilePath;
+}
+
namespace content {
class TraceSubscriberStdioImpl;

Powered by Google App Engine
This is Rietveld 408576698