diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-13 02:59:18 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-13 02:59:18 +0000 |
commit | e5bf2fd546970f2756ed4b0f867a79f27d3c5387 (patch) | |
tree | 652aa1906440a7b2b33fd0b4c1b180e4aaa2de97 /webkit/browser/fileapi/file_system_quota_util.h | |
parent | a4e775be7269912e2a9a779bfba77cd1c2b8d18b (diff) | |
download | chromium_src-e5bf2fd546970f2756ed4b0f867a79f27d3c5387.zip chromium_src-e5bf2fd546970f2756ed4b0f867a79f27d3c5387.tar.gz chromium_src-e5bf2fd546970f2756ed4b0f867a79f27d3c5387.tar.bz2 |
Fix webkit_storage exports definitions
Also removes webkit/storage/*
BUG=239109
R=tzik@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/16701004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/browser/fileapi/file_system_quota_util.h')
-rw-r--r-- | webkit/browser/fileapi/file_system_quota_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/browser/fileapi/file_system_quota_util.h b/webkit/browser/fileapi/file_system_quota_util.h index 0b3ce91..64776e3 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() {} |