Index: storage/browser/fileapi/sandbox_origin_database.h |
diff --git a/storage/browser/fileapi/sandbox_origin_database.h b/storage/browser/fileapi/sandbox_origin_database.h |
index 30e66c929a34305f67f97964e228d4ff94a179e1..7d700a39907d1fd57ac8480cda02a46af23df46a 100644 |
--- a/storage/browser/fileapi/sandbox_origin_database.h |
+++ b/storage/browser/fileapi/sandbox_origin_database.h |
@@ -26,7 +26,7 @@ namespace storage { |
// All methods of this class other than the constructor may be used only from |
// the browser's FILE thread. The constructor may be used on any thread. |
-class STORAGE_EXPORT_PRIVATE SandboxOriginDatabase |
+class STORAGE_EXPORT SandboxOriginDatabase |
: public SandboxOriginDatabaseInterface { |
public: |
// Only one instance of SandboxOriginDatabase should exist for a given path |