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

Unified Diff: webkit/browser/fileapi/file_system_quota_util.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/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() {}
« no previous file with comments | « webkit/browser/fileapi/file_system_quota_client.h ('k') | webkit/browser/fileapi/file_system_task_runners.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698