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

Unified Diff: net/base/file_stream.h

Issue 115870: Reduce header dependencies in net/ (Closed)
Patch Set: Created 11 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: net/base/file_stream.h
diff --git a/net/base/file_stream.h b/net/base/file_stream.h
index 807ea55bc1afc79b7bdbee9ebf7d550ad1d907ab..6b7f3dcdb987a31956175f0e63415974f7202cd6 100644
--- a/net/base/file_stream.h
+++ b/net/base/file_stream.h
@@ -10,11 +10,12 @@
#ifndef NET_BASE_FILE_STREAM_H_
#define NET_BASE_FILE_STREAM_H_
-#include "base/file_path.h"
#include "base/platform_file.h"
#include "base/scoped_ptr.h"
#include "net/base/completion_callback.h"
+class FilePath;
+
namespace net {
// TODO(darin): Move this to a more generic location.

Powered by Google App Engine
This is Rietveld 408576698