| Index: webkit/fileapi/file_system_path.h
|
| diff --git a/webkit/fileapi/file_system_path.h b/webkit/fileapi/file_system_path.h
|
| index 9568874aaef601348229bd57237cde99bac227d0..f1ad4fe19f1a1068a1799cc7ff5a7080c0a893d2 100644
|
| --- a/webkit/fileapi/file_system_path.h
|
| +++ b/webkit/fileapi/file_system_path.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/file_path.h"
|
| #include "base/platform_file.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
|
|
| namespace fileapi {
|
| @@ -21,7 +22,7 @@ class FileSystemFileUtil;
|
| // NOTE: If we completely get rid of cross-filesystem operations under
|
| // FileSystemOperation we may end up converting all the FileSystemPath
|
| // occurences back to a FilePath's.
|
| -class FileSystemPath {
|
| +class FILEAPI_EXPORT_PRIVATE FileSystemPath {
|
| public:
|
| FileSystemPath();
|
| FileSystemPath(const GURL& origin,
|
|
|