| Index: webkit/browser/fileapi/test_mount_point_provider.h
|
| diff --git a/webkit/browser/fileapi/test_mount_point_provider.h b/webkit/browser/fileapi/test_mount_point_provider.h
|
| index 5f24a0807eed3b6704f4f22370dd3ec6338ded58..db7bac3c9204be244d2624557703de23e3c009ca 100644
|
| --- a/webkit/browser/fileapi/test_mount_point_provider.h
|
| +++ b/webkit/browser/fileapi/test_mount_point_provider.h
|
| @@ -11,7 +11,7 @@
|
| #include "webkit/browser/fileapi/async_file_util_adapter.h"
|
| #include "webkit/browser/fileapi/file_system_mount_point_provider.h"
|
| #include "webkit/browser/fileapi/task_runner_bound_observer_list.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -25,7 +25,7 @@ class FileSystemQuotaUtil;
|
| // This should be only used for testing.
|
| // This mount point provider uses LocalFileUtil and stores data file
|
| // under the given directory.
|
| -class WEBKIT_STORAGE_EXPORT_PRIVATE TestMountPointProvider
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestMountPointProvider
|
| : public FileSystemMountPointProvider {
|
| public:
|
| TestMountPointProvider(
|
|
|