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

Unified Diff: webkit/fileapi/file_system_options.h

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 7 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
« no previous file with comments | « webkit/fileapi/file_system_operation_context.h ('k') | webkit/fileapi/file_system_origin_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_options.h
diff --git a/webkit/fileapi/file_system_options.h b/webkit/fileapi/file_system_options.h
index ccba7a0413bbac218467eed2e0225d3e345317af..688bbbb76078a1d47f73f199b0267cd4e5c61815 100644
--- a/webkit/fileapi/file_system_options.h
+++ b/webkit/fileapi/file_system_options.h
@@ -8,11 +8,13 @@
#include <string>
#include <vector>
+#include "webkit/fileapi/fileapi_export.h"
+
namespace fileapi {
// Provides runtime options that may change FileSystem API behavior.
// This object is copyable.
-class FileSystemOptions {
+class FILEAPI_EXPORT FileSystemOptions {
public:
enum ProfileMode {
PROFILE_MODE_NORMAL = 0,
« no previous file with comments | « webkit/fileapi/file_system_operation_context.h ('k') | webkit/fileapi/file_system_origin_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698