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

Unified Diff: webkit/fileapi/file_system_quota_util.h

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Leave *.gypi files in blob and fileapi Created 8 years, 2 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
« no previous file with comments | « webkit/fileapi/file_system_quota_client.h ('k') | webkit/fileapi/file_system_task_runners.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_quota_util.h
diff --git a/webkit/fileapi/file_system_quota_util.h b/webkit/fileapi/file_system_quota_util.h
index c97effe15219d9e7e82778c767bdf525231e273e..e014b69de03da0f31f89808b25c823c90834be0c 100644
--- a/webkit/fileapi/file_system_quota_util.h
+++ b/webkit/fileapi/file_system_quota_util.h
@@ -10,8 +10,8 @@
#include "base/basictypes.h"
#include "googleurl/src/gurl.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/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 FILEAPI_EXPORT FileSystemQuotaUtil {
+class WEBKIT_STORAGE_EXPORT FileSystemQuotaUtil {
public:
virtual ~FileSystemQuotaUtil() {}
« no previous file with comments | « webkit/fileapi/file_system_quota_client.h ('k') | webkit/fileapi/file_system_task_runners.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698