| Index: chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| diff --git a/webkit/browser/chromeos/fileapi/remote_file_system_operation.h b/chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| similarity index 95%
|
| rename from webkit/browser/chromeos/fileapi/remote_file_system_operation.h
|
| rename to chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| index 2c6ad3bed45c4a35ba3f255949728dd70b81cc48..a99e590837148391f1f9f0c763935ff448c6b784 100644
|
| --- a/webkit/browser/chromeos/fileapi/remote_file_system_operation.h
|
| +++ b/chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_OPERATION_H_
|
| -#define WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_OPERATION_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_OPERATION_H_
|
| +#define CHROME_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_OPERATION_H_
|
|
|
| +#include "base/basictypes.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "webkit/browser/fileapi/file_system_operation.h"
|
| #include "webkit/browser/fileapi/file_writer_delegate.h"
|
| @@ -117,4 +118,4 @@ class RemoteFileSystemOperation
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_OPERATION_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_OPERATION_H_
|
|
|