| Index: webkit/fileapi/syncable/local_file_sync_context.h
|
| diff --git a/webkit/fileapi/syncable/local_file_sync_context.h b/webkit/fileapi/syncable/local_file_sync_context.h
|
| index cbb8c0ad9340b83977cb37b0467e15580d6e49c5..c9d32a15f9f290a7f9f5104840ff216c3275fc34 100644
|
| --- a/webkit/fileapi/syncable/local_file_sync_context.h
|
| +++ b/webkit/fileapi/syncable/local_file_sync_context.h
|
| @@ -16,9 +16,9 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/syncable/file_change.h"
|
| #include "webkit/fileapi/syncable/sync_status_code.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
| @@ -34,7 +34,7 @@ class LocalFileChangeTracker;
|
| // object and may exist multiple in a profile).
|
| // An instance of this class is shared by FileSystemContexts and outlives
|
| // LocalFileSyncService.
|
| -class FILEAPI_EXPORT LocalFileSyncContext
|
| +class WEBKIT_STORAGE_EXPORT LocalFileSyncContext
|
| : public base::RefCountedThreadSafe<LocalFileSyncContext> {
|
| public:
|
| typedef base::Callback<void(SyncStatusCode status)> StatusCallback;
|
|
|