| Index: webkit/browser/fileapi/file_system_url.h
|
| diff --git a/webkit/browser/fileapi/file_system_url.h b/webkit/browser/fileapi/file_system_url.h
|
| index aa94316f80c5e79adf637bcd1259c43352811b9b..8f0811642a12d827ac4bb5f2cea8f109efe246d0 100644
|
| --- a/webkit/browser/fileapi/file_system_url.h
|
| +++ b/webkit/browser/fileapi/file_system_url.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/platform_file.h"
|
| #include "googleurl/src/gurl.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 {
|
|
|
| @@ -74,7 +74,7 @@ namespace fileapi {
|
| // illegal on the current platform.
|
| // To avoid problems, use VirtualPath::BaseName and
|
| // VirtualPath::GetComponents instead of the base::FilePath methods.
|
| -class WEBKIT_STORAGE_EXPORT FileSystemURL {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemURL {
|
| public:
|
| FileSystemURL();
|
| ~FileSystemURL();
|
| @@ -127,7 +127,7 @@ class WEBKIT_STORAGE_EXPORT FileSystemURL {
|
|
|
| bool operator==(const FileSystemURL& that) const;
|
|
|
| - struct WEBKIT_STORAGE_EXPORT Comparator {
|
| + struct WEBKIT_STORAGE_BROWSER_EXPORT Comparator {
|
| bool operator() (const FileSystemURL& lhs, const FileSystemURL& rhs) const;
|
| };
|
|
|
|
|