| 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.
|
|
|