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

Unified Diff: webkit/fileapi/file_system_quota_util.h

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 7 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_url_request_job.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 66e8e33878ffa438293e59d1db0ae1bdb383e462..f0abbc118cb5401ea64cdd58956324cb801417e4 100644
--- a/webkit/fileapi/file_system_quota_util.h
+++ b/webkit/fileapi/file_system_quota_util.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "googleurl/src/gurl.h"
+#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_types.h"
namespace base {
@@ -30,10 +31,10 @@ class FileSystemContext;
// file_system_quota_client and quota_file_util.
// All the methods of this class are synchronous and need to be called on
// the thread that the method name implies.
-class FileSystemQuotaUtil {
+class FILEAPI_EXPORT FileSystemQuotaUtil {
public:
// Methods of this class can be called on any thread.
- class Proxy : public base::RefCountedThreadSafe<Proxy> {
+ class FILEAPI_EXPORT Proxy : public base::RefCountedThreadSafe<Proxy> {
public:
void UpdateOriginUsage(quota::QuotaManagerProxy* proxy,
const GURL& origin_url,
« no previous file with comments | « webkit/fileapi/file_system_quota_client.h ('k') | webkit/fileapi/file_system_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698