| Index: webkit/browser/fileapi/file_system_file_stream_reader.h
|
| diff --git a/webkit/fileapi/file_system_file_stream_reader.h b/webkit/browser/fileapi/file_system_file_stream_reader.h
|
| similarity index 91%
|
| rename from webkit/fileapi/file_system_file_stream_reader.h
|
| rename to webkit/browser/fileapi/file_system_file_stream_reader.h
|
| index 04ff96220ad14bad823f809fb6f22f411ab3da9e..5a2fc9addcc3c997327ce9bc6f561cb1c8ddbbf2 100644
|
| --- a/webkit/fileapi/file_system_file_stream_reader.h
|
| +++ b/webkit/browser/fileapi/file_system_file_stream_reader.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_
|
|
|
| #include "base/bind.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/time.h"
|
| #include "webkit/blob/file_stream_reader.h"
|
| #include "webkit/blob/shareable_file_reference.h"
|
| -#include "webkit/fileapi/file_system_url.h"
|
| +#include "webkit/browser/fileapi/file_system_url.h"
|
| #include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| @@ -76,4 +76,4 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE FileSystemFileStreamReader
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_
|
|
|