| Index: webkit/browser/chromeos/fileapi/async_file_stream.h
|
| diff --git a/webkit/chromeos/fileapi/async_file_stream.h b/webkit/browser/chromeos/fileapi/async_file_stream.h
|
| similarity index 91%
|
| rename from webkit/chromeos/fileapi/async_file_stream.h
|
| rename to webkit/browser/chromeos/fileapi/async_file_stream.h
|
| index ef0eeedf4d63f7178c295c842dfcb38dc5e71064..386101aa57dd8a8096d9359a60a87a12fdfdd894 100644
|
| --- a/webkit/chromeos/fileapi/async_file_stream.h
|
| +++ b/webkit/browser/chromeos/fileapi/async_file_stream.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_ASYNC_FILE_STREAM_H_
|
| -#define WEBKIT_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
|
| +#ifndef WEBKIT_BROWSER_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
|
| +#define WEBKIT_BROWSER_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/platform_file.h"
|
| @@ -53,4 +53,4 @@ class AsyncFileStream {
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
|
| +#endif // WEBKIT_BROWSER_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
|
|
|