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

Unified Diff: webkit/fileapi/obfuscated_file_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/native_file_util.h ('k') | webkit/fileapi/sandbox_file_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/obfuscated_file_util.h
diff --git a/webkit/fileapi/obfuscated_file_util.h b/webkit/fileapi/obfuscated_file_util.h
index 4b37abbd5d7807e273466624906fd3b81c88cdfc..32015a28656e1fc3d296cfc17648d07eebb9d211 100644
--- a/webkit/fileapi/obfuscated_file_util.h
+++ b/webkit/fileapi/obfuscated_file_util.h
@@ -13,6 +13,7 @@
#include "base/file_util_proxy.h"
#include "base/platform_file.h"
#include "base/timer.h"
+#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_directory_database.h"
#include "webkit/fileapi/file_system_file_util.h"
#include "webkit/fileapi/file_system_origin_database.h"
@@ -38,7 +39,7 @@ class FileSystemOperationContext;
//
// This class must be deleted on the FILE thread, because that's where
// DropDatabases needs to be called.
-class ObfuscatedFileUtil : public FileSystemFileUtil {
+class FILEAPI_EXPORT_PRIVATE ObfuscatedFileUtil : public FileSystemFileUtil {
public:
// Origin enumerator interface.
// An instance of this interface is assumed to be called on the file thread.
« no previous file with comments | « webkit/fileapi/native_file_util.h ('k') | webkit/fileapi/sandbox_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698