| 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 93%
|
| rename from webkit/fileapi/file_system_file_stream_reader.h
|
| rename to webkit/browser/fileapi/file_system_file_stream_reader.h
|
| index 04ff96220ad14bad823f809fb6f22f411ab3da9e..d5a3903b182089077c6aea74b90d7f8d2f829428 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"
|
| @@ -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_
|
|
|