Index: webkit/browser/fileapi/file_system_quota_client.h |
diff --git a/webkit/browser/fileapi/file_system_quota_client.h b/webkit/browser/fileapi/file_system_quota_client.h |
index 7154b4106d132970a85b42c9eb1a0d7f1f7cf94b..f2168043f1bcfbf692571d479a1f2e9ac27624fe 100644 |
--- a/webkit/browser/fileapi/file_system_quota_client.h |
+++ b/webkit/browser/fileapi/file_system_quota_client.h |
@@ -15,8 +15,8 @@ |
#include "base/memory/ref_counted.h" |
#include "webkit/browser/fileapi/file_system_quota_util.h" |
#include "webkit/browser/quota/quota_client.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; |
@@ -31,7 +31,7 @@ class FileSystemContext; |
// is called. |
// All of the public methods of this class are called by the quota manager |
// (except for the constructor/destructor). |
-class WEBKIT_STORAGE_EXPORT_PRIVATE FileSystemQuotaClient |
+class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE FileSystemQuotaClient |
: public NON_EXPORTED_BASE(quota::QuotaClient) { |
public: |
FileSystemQuotaClient( |