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

Unified Diff: webkit/browser/fileapi/syncable/syncable_file_system_operation.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_system_operation.h
diff --git a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
index 90b68b2d088fc6e3cc99b2135680a72452e05ff6..234b71eb056622958ba880f4725212d0313b924a 100644
--- a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
+++ b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
@@ -13,7 +13,7 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "webkit/browser/fileapi/local_file_system_operation.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace fileapi {
class FileSystemContext;
@@ -26,7 +26,7 @@ namespace sync_file_system {
class SyncableFileOperationRunner;
// A wrapper class of LocalFileSystemOperation for syncable file system.
-class WEBKIT_STORAGE_EXPORT SyncableFileSystemOperation
+class WEBKIT_STORAGE_BROWSER_EXPORT SyncableFileSystemOperation
: public fileapi::LocalFileSystemOperation,
public base::SupportsWeakPtr<SyncableFileSystemOperation>,
public base::NonThreadSafe {

Powered by Google App Engine
This is Rietveld 408576698