| Index: storage/browser/fileapi/isolated_file_system_backend.h
|
| diff --git a/webkit/browser/fileapi/isolated_file_system_backend.h b/storage/browser/fileapi/isolated_file_system_backend.h
|
| similarity index 89%
|
| copy from webkit/browser/fileapi/isolated_file_system_backend.h
|
| copy to storage/browser/fileapi/isolated_file_system_backend.h
|
| index b252845c7bebcd10c5c1491796bcab336fe60990..3894ff4daa80c68570425ff3d2e397d791afa8ba 100644
|
| --- a/webkit/browser/fileapi/isolated_file_system_backend.h
|
| +++ b/storage/browser/fileapi/isolated_file_system_backend.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
|
| +#define STORAGE_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "webkit/browser/fileapi/file_system_backend.h"
|
| +#include "storage/browser/fileapi/file_system_backend.h"
|
|
|
| namespace storage {
|
|
|
| @@ -54,4 +54,4 @@ class IsolatedFileSystemBackend : public FileSystemBackend {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_ISOLATED_FILE_SYSTEM_BACKEND_H_
|
|
|