| Index: webkit/browser/chromeos/fileapi/remote_file_stream_writer.h
|
| diff --git a/webkit/chromeos/fileapi/remote_file_stream_writer.h b/webkit/browser/chromeos/fileapi/remote_file_stream_writer.h
|
| similarity index 92%
|
| rename from webkit/chromeos/fileapi/remote_file_stream_writer.h
|
| rename to webkit/browser/chromeos/fileapi/remote_file_stream_writer.h
|
| index 8f3336a6e53809b17633982739e89d8c3266aa68..4799182407b00238f1095c3faf961c4f49e367d3 100644
|
| --- a/webkit/chromeos/fileapi/remote_file_stream_writer.h
|
| +++ b/webkit/browser/chromeos/fileapi/remote_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_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
|
| -#define WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
|
| +#ifndef WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
|
| +#define WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| @@ -72,4 +72,4 @@ class RemoteFileStreamWriter : public fileapi::FileStreamWriter {
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
|
| +#endif // WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
|
|
|