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

Unified Diff: webkit/fileapi/file_system_usage_cache.h

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes and use FILEAPI_EXPORT_PRIVATE 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
Index: webkit/fileapi/file_system_usage_cache.h
diff --git a/webkit/fileapi/file_system_usage_cache.h b/webkit/fileapi/file_system_usage_cache.h
index 5f9c3f646435caeeda70137363aae2b8f12a33cb..747380ed3e553786361ec66101920a2387516f28 100644
--- a/webkit/fileapi/file_system_usage_cache.h
+++ b/webkit/fileapi/file_system_usage_cache.h
@@ -7,10 +7,11 @@
#include "base/basictypes.h"
#include "base/file_path.h"
+#include "webkit/fileapi/fileapi_export.h"
namespace fileapi {
-class FileSystemUsageCache {
+class FILEAPI_EXPORT_PRIVATE FileSystemUsageCache {
public:
// Gets the size described in the .usage file even if dirty > 0 or
// is_valid == false. Returns less than zero if the .usage file is not

Powered by Google App Engine
This is Rietveld 408576698