| Index: webkit/fileapi/file_system_file_stream_reader.h
|
| diff --git a/webkit/fileapi/file_system_file_stream_reader.h b/webkit/fileapi/file_system_file_stream_reader.h
|
| index ba884829d9b9b5b84a9b69b3c4b3ca021debb94d..a1a06a9778ba494155c15e502680b18efa861aff 100644
|
| --- a/webkit/fileapi/file_system_file_stream_reader.h
|
| +++ b/webkit/fileapi/file_system_file_stream_reader.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/platform_file.h"
|
| #include "webkit/fileapi/file_system_url.h"
|
| #include "webkit/blob/file_stream_reader.h"
|
| +#include "webkit/blob/shareable_file_reference.h"
|
|
|
| class FilePath;
|
|
|
| @@ -19,7 +20,6 @@ class SequencedTaskRunner;
|
|
|
| namespace webkit_blob {
|
| class LocalFileStreamReader;
|
| -class ShareableFileReference;
|
| }
|
|
|
| namespace fileapi {
|
|
|