summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/file_stream.h')
-rw-r--r--net/base/file_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/file_stream.h b/net/base/file_stream.h
index 807ea55..6b7f3dc 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.