| Index: webkit/browser/fileapi/remote_file_system_proxy.h
|
| diff --git a/webkit/fileapi/remote_file_system_proxy.h b/webkit/browser/fileapi/remote_file_system_proxy.h
|
| similarity index 96%
|
| rename from webkit/fileapi/remote_file_system_proxy.h
|
| rename to webkit/browser/fileapi/remote_file_system_proxy.h
|
| index c5b96501a14f9ab09fed5631b90ffae55cce7164..0b59a737ced68550f4219b40071a5029200dca19 100644
|
| --- a/webkit/fileapi/remote_file_system_proxy.h
|
| +++ b/webkit/browser/fileapi/remote_file_system_proxy.h
|
| @@ -2,12 +2,12 @@
|
| // 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_SYSTEM_PROXY_H_
|
| -#define WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_PROXY_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_REMOTE_FILE_SYSTEM_PROXY_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_REMOTE_FILE_SYSTEM_PROXY_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "webkit/fileapi/file_system_operation.h"
|
| +#include "webkit/browser/fileapi/file_system_operation.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -147,4 +147,4 @@ class RemoteFileSystemProxyInterface :
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_PROXY_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_REMOTE_FILE_SYSTEM_PROXY_H_
|
|
|