| Index: storage/browser/blob/file_stream_reader.h
|
| diff --git a/webkit/browser/blob/file_stream_reader.h b/storage/browser/blob/file_stream_reader.h
|
| similarity index 95%
|
| copy from webkit/browser/blob/file_stream_reader.h
|
| copy to storage/browser/blob/file_stream_reader.h
|
| index 0e7f9691cfce5c9d40f3e63a75399355415a235d..9b2ce02c98a44d6e6b4ded0f741d51ea9748d438 100644
|
| --- a/webkit/browser/blob/file_stream_reader.h
|
| +++ b/storage/browser/blob/file_stream_reader.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BLOB_FILE_STREAM_READER_H_
|
| -#define WEBKIT_BLOB_FILE_STREAM_READER_H_
|
| +#ifndef STORAGE_BLOB_FILE_STREAM_READER_H_
|
| +#define STORAGE_BLOB_FILE_STREAM_READER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file.h"
|
| #include "net/base/completion_callback.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -96,4 +96,4 @@ class FileStreamReader {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BLOB_FILE_STREAM_READER_H_
|
| +#endif // STORAGE_BLOB_FILE_STREAM_READER_H_
|
|
|