| Index: webkit/browser/fileapi/local_file_util.h
|
| diff --git a/webkit/browser/fileapi/local_file_util.h b/webkit/browser/fileapi/local_file_util.h
|
| index 80a698a0e32ef41848345f0b9e1616c7a9b891dc..5d083594057b68734c72b4101c0feff2c451967c 100644
|
| --- a/webkit/browser/fileapi/local_file_util.h
|
| +++ b/webkit/browser/fileapi/local_file_util.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/platform_file.h"
|
| #include "webkit/browser/fileapi/file_system_file_util.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -24,7 +24,8 @@ class FileSystemOperationContext;
|
| class FileSystemURL;
|
|
|
| // An instance of this class is created and owned by *MountPointProvider.
|
| -class WEBKIT_STORAGE_EXPORT_PRIVATE LocalFileUtil : public FileSystemFileUtil {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE LocalFileUtil
|
| + : public FileSystemFileUtil {
|
| public:
|
| LocalFileUtil();
|
| virtual ~LocalFileUtil();
|
|
|