| Index: webkit/browser/fileapi/isolated_context.h
|
| diff --git a/webkit/browser/fileapi/isolated_context.h b/webkit/browser/fileapi/isolated_context.h
|
| index fc637b2a1edbee19ea0483e23cafaab2db205ed5..6b3f85ad98eb13f7c35e5f1406b1e9697c0f8f54 100644
|
| --- a/webkit/browser/fileapi/isolated_context.h
|
| +++ b/webkit/browser/fileapi/isolated_context.h
|
| @@ -16,8 +16,8 @@
|
| #include "base/memory/singleton.h"
|
| #include "base/synchronization/lock.h"
|
| #include "webkit/browser/fileapi/mount_points.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
| #include "webkit/common/fileapi/file_system_types.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace fileapi {
|
| class FileSystemURL;
|
| @@ -37,9 +37,9 @@ namespace fileapi {
|
| //
|
| // Some methods of this class are virtual just for mocking.
|
| //
|
| -class WEBKIT_STORAGE_EXPORT IsolatedContext : public MountPoints {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT IsolatedContext : public MountPoints {
|
| public:
|
| - class WEBKIT_STORAGE_EXPORT FileInfoSet {
|
| + class WEBKIT_STORAGE_BROWSER_EXPORT FileInfoSet {
|
| public:
|
| FileInfoSet();
|
| ~FileInfoSet();
|
|
|