Index: webkit/browser/fileapi/file_system_quota_util.h |
diff --git a/webkit/browser/fileapi/file_system_quota_util.h b/webkit/browser/fileapi/file_system_quota_util.h |
index 0b3ce910923808ed8338df9d05190b49a638353c..64776e379f5345918f2c9ea40c1ef90a42940e1e 100644 |
--- a/webkit/browser/fileapi/file_system_quota_util.h |
+++ b/webkit/browser/fileapi/file_system_quota_util.h |
@@ -10,8 +10,8 @@ |
#include "base/basictypes.h" |
#include "googleurl/src/gurl.h" |
+#include "webkit/browser/webkit_storage_browser_export.h" |
#include "webkit/common/fileapi/file_system_types.h" |
-#include "webkit/storage/webkit_storage_export.h" |
namespace base { |
class SequencedTaskRunner; |
@@ -29,7 +29,7 @@ class FileSystemContext; |
// for file_system_quota_client. |
// All the methods of this class are synchronous and need to be called on |
// the thread that the method name implies. |
-class WEBKIT_STORAGE_EXPORT FileSystemQuotaUtil { |
+class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemQuotaUtil { |
public: |
virtual ~FileSystemQuotaUtil() {} |