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

Unified Diff: webkit/fileapi/file_system_options.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/file_system_options.h
diff --git a/webkit/fileapi/file_system_options.h b/webkit/fileapi/file_system_options.h
index 688bbbb76078a1d47f73f199b0267cd4e5c61815..56f1e19e908203400bc14d52ad1c6011b5aa7a0d 100644
--- a/webkit/fileapi/file_system_options.h
+++ b/webkit/fileapi/file_system_options.h
@@ -8,13 +8,13 @@
#include <string>
#include <vector>
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/storage_export.h"
namespace fileapi {
// Provides runtime options that may change FileSystem API behavior.
// This object is copyable.
-class FILEAPI_EXPORT FileSystemOptions {
+class STORAGE_EXPORT FileSystemOptions {
public:
enum ProfileMode {
PROFILE_MODE_NORMAL = 0,

Powered by Google App Engine
This is Rietveld 408576698