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

Unified Diff: webkit/browser/fileapi/syncable/syncable_file_operation_runner.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/syncable_file_operation_runner.h
diff --git a/webkit/browser/fileapi/syncable/syncable_file_operation_runner.h b/webkit/browser/fileapi/syncable/syncable_file_operation_runner.h
index 2b2f9d090483337bb0387af945e4871eae164f96..4b35b81d11d0638fb2b930ff255e20458ea41cd8 100644
--- a/webkit/browser/fileapi/syncable/syncable_file_operation_runner.h
+++ b/webkit/browser/fileapi/syncable/syncable_file_operation_runner.h
@@ -15,7 +15,7 @@
#include "base/threading/non_thread_safe.h"
#include "webkit/browser/fileapi/file_system_url.h"
#include "webkit/browser/fileapi/syncable/local_file_sync_status.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace fileapi {
class FileSystemURL;
@@ -25,7 +25,7 @@ namespace sync_file_system {
// This class must run only on IO thread.
// Owned by LocalFileSyncContext.
-class WEBKIT_STORAGE_EXPORT SyncableFileOperationRunner
+class WEBKIT_STORAGE_BROWSER_EXPORT SyncableFileOperationRunner
: public base::NonThreadSafe,
public base::SupportsWeakPtr<SyncableFileOperationRunner>,
public LocalFileSyncStatus::Observer {
« no previous file with comments | « webkit/browser/fileapi/syncable/sync_status_code.h ('k') | webkit/browser/fileapi/syncable/syncable_file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698