| Index: storage/browser/fileapi/local_file_stream_writer.h
|
| diff --git a/webkit/browser/fileapi/local_file_stream_writer.h b/storage/browser/fileapi/local_file_stream_writer.h
|
| similarity index 92%
|
| copy from webkit/browser/fileapi/local_file_stream_writer.h
|
| copy to storage/browser/fileapi/local_file_stream_writer.h
|
| index 0456614bbc605b09f7ea5793bf2bdda4726461bb..17417d013ae3c891c48d276e4246868d25388479 100644
|
| --- a/webkit/browser/fileapi/local_file_stream_writer.h
|
| +++ b/storage/browser/fileapi/local_file_stream_writer.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_BROWSER_FILEAPI_LOCAL_FILE_STREAM_WRITER_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_LOCAL_FILE_STREAM_WRITER_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_LOCAL_FILE_STREAM_WRITER_H_
|
| +#define STORAGE_BROWSER_FILEAPI_LOCAL_FILE_STREAM_WRITER_H_
|
|
|
| #include <utility>
|
|
|
| @@ -14,8 +14,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/task_runner.h"
|
| -#include "webkit/browser/fileapi/file_stream_writer.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| +#include "storage/browser/fileapi/file_stream_writer.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
|
|
| namespace content {
|
| class LocalFileStreamWriterTest;
|
| @@ -97,4 +97,4 @@ class STORAGE_EXPORT LocalFileStreamWriter
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_LOCAL_FILE_STREAM_WRITER_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_LOCAL_FILE_STREAM_WRITER_H_
|
|
|