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

Unified Diff: webkit/browser/fileapi/syncable/sync_status_code.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/sync_status_code.h
diff --git a/webkit/browser/fileapi/syncable/sync_status_code.h b/webkit/browser/fileapi/syncable/sync_status_code.h
index a93027f6762aa32f7b4f9cfb67ca44967369c701..1dbf637f03eaaaafb68dbdf9a11cb9a189e0ac9b 100644
--- a/webkit/browser/fileapi/syncable/sync_status_code.h
+++ b/webkit/browser/fileapi/syncable/sync_status_code.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/platform_file.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace leveldb {
class Status;
@@ -61,12 +61,13 @@ enum SyncStatusCode {
SYNC_STATUS_SYNC_DISABLED = -110,
};
-WEBKIT_STORAGE_EXPORT std::string SyncStatusCodeToString(SyncStatusCode status);
+WEBKIT_STORAGE_BROWSER_EXPORT std::string SyncStatusCodeToString(
+ SyncStatusCode status);
-WEBKIT_STORAGE_EXPORT SyncStatusCode LevelDBStatusToSyncStatusCode(
+WEBKIT_STORAGE_BROWSER_EXPORT SyncStatusCode LevelDBStatusToSyncStatusCode(
const leveldb::Status& status);
-WEBKIT_STORAGE_EXPORT SyncStatusCode PlatformFileErrorToSyncStatusCode(
+WEBKIT_STORAGE_BROWSER_EXPORT SyncStatusCode PlatformFileErrorToSyncStatusCode(
base::PlatformFileError file_error);
} // namespace sync_file_system
« no previous file with comments | « webkit/browser/fileapi/syncable/sync_file_metadata.h ('k') | webkit/browser/fileapi/syncable/syncable_file_operation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698