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

Unified Diff: webkit/fileapi/syncable/sync_status_code.h

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 2 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/fileapi/syncable/sync_status_code.h
diff --git a/webkit/fileapi/syncable/sync_status_code.h b/webkit/fileapi/syncable/sync_status_code.h
index 2ec7f809a8fc5f0c1640040c9ef927d100d450d3..8fc6d022f2ca06fe0bdecf09d27330807596fda6 100644
--- a/webkit/fileapi/syncable/sync_status_code.h
+++ b/webkit/fileapi/syncable/sync_status_code.h
@@ -5,7 +5,7 @@
#ifndef WEBKIT_FILEAPI_SYNCABLE_SYNC_STATUS_CODE_H_
#define WEBKIT_FILEAPI_SYNCABLE_SYNC_STATUS_CODE_H_
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/storage_export.h"
namespace leveldb {
class Status;
@@ -41,7 +41,7 @@ enum SyncStatusCode {
SYNC_DATABASE_ERROR_FAILED = -19,
};
-FILEAPI_EXPORT SyncStatusCode LevelDBStatusToSyncStatusCode(
+STORAGE_EXPORT SyncStatusCode LevelDBStatusToSyncStatusCode(
const leveldb::Status& status);
} // namespace fileapi

Powered by Google App Engine
This is Rietveld 408576698