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

Unified Diff: webkit/fileapi/file_system_util.h

Issue 11103027: Support filesystem files from BlobURLRequestJob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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_util.h
diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h
index 74091c49d994fb0b751fcf15eca116b6b8059143..78fa638980a5dc9e88bf3f3785f772d62164922d 100644
--- a/webkit/fileapi/file_system_util.h
+++ b/webkit/fileapi/file_system_util.h
@@ -19,11 +19,11 @@ class GURL;
namespace fileapi {
-extern const char kPersistentDir[];
-extern const char kTemporaryDir[];
-extern const char kExternalDir[];
-extern const char kIsolatedDir[];
-extern const char kTestDir[];
+WEBKIT_STORAGE_EXPORT extern const char kPersistentDir[];
+WEBKIT_STORAGE_EXPORT extern const char kTemporaryDir[];
+WEBKIT_STORAGE_EXPORT extern const char kExternalDir[];
+WEBKIT_STORAGE_EXPORT extern const char kIsolatedDir[];
+WEBKIT_STORAGE_EXPORT extern const char kTestDir[];
kinuko 2012/10/19 04:07:19 This change is not necessary now?
hashimoto 2012/10/19 07:07:45 You're right, thanks. Done.
class WEBKIT_STORAGE_EXPORT VirtualPath {
public:

Powered by Google App Engine
This is Rietveld 408576698