| Index: storage/browser/fileapi/obfuscated_file_util.h
|
| diff --git a/webkit/browser/fileapi/obfuscated_file_util.h b/storage/browser/fileapi/obfuscated_file_util.h
|
| similarity index 95%
|
| copy from webkit/browser/fileapi/obfuscated_file_util.h
|
| copy to storage/browser/fileapi/obfuscated_file_util.h
|
| index aff2c7c24e64dd35b1ced16849fc9bcad03a3d90..822a85d11d83eca6b00a78dc59fb8219b1ff841f 100644
|
| --- a/webkit/browser/fileapi/obfuscated_file_util.h
|
| +++ b/storage/browser/fileapi/obfuscated_file_util.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_BROWSER_FILEAPI_OBFUSCATED_FILE_UTIL_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_OBFUSCATED_FILE_UTIL_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_OBFUSCATED_FILE_UTIL_H_
|
| +#define STORAGE_BROWSER_FILEAPI_OBFUSCATED_FILE_UTIL_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -16,13 +16,13 @@
|
| #include "base/files/file_util_proxy.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "webkit/browser/fileapi/file_system_file_util.h"
|
| -#include "webkit/browser/fileapi/file_system_url.h"
|
| -#include "webkit/browser/fileapi/sandbox_directory_database.h"
|
| -#include "webkit/browser/fileapi/sandbox_file_system_backend_delegate.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| -#include "webkit/common/blob/shareable_file_reference.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/browser/fileapi/file_system_file_util.h"
|
| +#include "storage/browser/fileapi/file_system_url.h"
|
| +#include "storage/browser/fileapi/sandbox_directory_database.h"
|
| +#include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
| +#include "storage/common/blob/shareable_file_reference.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -356,4 +356,4 @@ class STORAGE_EXPORT_PRIVATE ObfuscatedFileUtil
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_OBFUSCATED_FILE_UTIL_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_OBFUSCATED_FILE_UTIL_H_
|
|
|