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

Unified Diff: webkit/fileapi/file_system_quota_client.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_path.h ('k') | webkit/fileapi/file_system_quota_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_quota_client.h
diff --git a/webkit/fileapi/file_system_quota_client.h b/webkit/fileapi/file_system_quota_client.h
index 626f9fe9c5cefa590ad3881ab0592da431af7402..adca8a6f4fc1034b3e635f5a0607bafb752684ef 100644
--- a/webkit/fileapi/file_system_quota_client.h
+++ b/webkit/fileapi/file_system_quota_client.h
@@ -13,6 +13,7 @@
#include "base/compiler_specific.h"
#include "base/file_path.h"
#include "base/memory/ref_counted.h"
+#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_quota_util.h"
#include "webkit/fileapi/file_system_types.h"
#include "webkit/quota/quota_client.h"
@@ -31,8 +32,9 @@ class FileSystemContext;
// is called.
// All of the public methods of this class are called by the quota manager
// (except for the constructor/destructor).
-class FileSystemQuotaClient : public quota::QuotaClient,
- public quota::QuotaTaskObserver {
+class FILEAPI_EXPORT_PRIVATE FileSystemQuotaClient
+ : public NON_EXPORTED_BASE(quota::QuotaClient),
+ public quota::QuotaTaskObserver {
public:
FileSystemQuotaClient(
FileSystemContext* file_system_context,
« no previous file with comments | « webkit/fileapi/file_system_path.h ('k') | webkit/fileapi/file_system_quota_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698