Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: webkit/browser/fileapi/syncable/local_file_sync_status.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/browser/fileapi/syncable/local_file_sync_status.h
diff --git a/webkit/browser/fileapi/syncable/local_file_sync_status.h b/webkit/browser/fileapi/syncable/local_file_sync_status.h
index 99558ccb5fb0304f0bde7cfffc3b2c3749eee62b..0cb07ebf0118e6092cc8568ee7774740a2b5304b 100644
--- a/webkit/browser/fileapi/syncable/local_file_sync_status.h
+++ b/webkit/browser/fileapi/syncable/local_file_sync_status.h
@@ -29,9 +29,10 @@ namespace sync_file_system {
//
// An entry can have multiple writers but sync is exclusive and cannot overwrap
// with any writes or syncs.
-class WEBKIT_STORAGE_EXPORT LocalFileSyncStatus : public base::NonThreadSafe {
+class WEBKIT_STORAGE_BROWSER_EXPORT LocalFileSyncStatus
+ : public base::NonThreadSafe {
public:
- class WEBKIT_STORAGE_EXPORT Observer {
+ class WEBKIT_STORAGE_BROWSER_EXPORT Observer {
public:
Observer() {}
virtual ~Observer() {}
« no previous file with comments | « webkit/browser/fileapi/syncable/local_file_sync_context.h ('k') | webkit/browser/fileapi/syncable/sync_file_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698