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/local_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/isolated_file_util.h ('k') | webkit/fileapi/local_file_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/local_file_util.h
diff --git a/webkit/fileapi/local_file_util.h b/webkit/fileapi/local_file_util.h
index bcb1932f814e52aec7df9fa366428d766dfbfe58..e3b320ac304673ede45c499e7ddf37222ea395af 100644
--- a/webkit/fileapi/local_file_util.h
+++ b/webkit/fileapi/local_file_util.h
@@ -14,6 +14,7 @@
#include "base/file_util_proxy.h"
#include "base/logging.h"
#include "base/platform_file.h"
+#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_file_util.h"
#include "webkit/fileapi/file_system_types.h"
@@ -33,7 +34,7 @@ class FileSystemOperationContext;
class FileSystemPath;
// An instance of this class is created and owned by *MountPointProvider.
-class LocalFileUtil : public FileSystemFileUtil {
+class FILEAPI_EXPORT_PRIVATE LocalFileUtil : public FileSystemFileUtil {
public:
// |underlying_file_util| is owned by the instance. It will be deleted by
// the owner instance. For example, it can be instanciated as follows:
« no previous file with comments | « webkit/fileapi/isolated_file_util.h ('k') | webkit/fileapi/local_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698