| Index: webkit/browser/fileapi/mock_file_system_context.h
|
| diff --git a/webkit/fileapi/mock_file_system_context.h b/webkit/browser/fileapi/mock_file_system_context.h
|
| similarity index 73%
|
| rename from webkit/fileapi/mock_file_system_context.h
|
| rename to webkit/browser/fileapi/mock_file_system_context.h
|
| index 4b59d4e5e0685c116606512f4a6e4a8c8ed1ab02..04808997fd30d995bd5d9377f15d5ece56e105b8 100644
|
| --- a/webkit/fileapi/mock_file_system_context.h
|
| +++ b/webkit/browser/fileapi/mock_file_system_context.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_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
|
| -#define WEBKIT_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
|
|
|
| #include "base/files/file_path.h"
|
|
|
| @@ -22,4 +22,4 @@ FileSystemContext* CreateFileSystemContextForTesting(
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
|
|
|