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

Unified Diff: webkit/fileapi/file_util_helper.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_util_helper.h
diff --git a/webkit/fileapi/file_util_helper.h b/webkit/fileapi/file_util_helper.h
index 61d8b501676ea6204917992044bc35d21bc4aa37..cbf25df02929762e3a94fb2309c06a4a4dccc263 100644
--- a/webkit/fileapi/file_util_helper.h
+++ b/webkit/fileapi/file_util_helper.h
@@ -9,6 +9,7 @@
#include "base/file_util_proxy.h"
#include "base/platform_file.h"
+#include "webkit/fileapi/fileapi_export.h"
namespace fileapi {
@@ -18,7 +19,7 @@ class FileSystemPath;
// A collection of static methods that are usually called by
// FileSystemFileUtilProxy. The method should be called on FILE thread.
-class FileUtilHelper {
+class FILEAPI_EXPORT_PRIVATE FileUtilHelper {
public:
static base::PlatformFileError Copy(
FileSystemOperationContext* context,

Powered by Google App Engine
This is Rietveld 408576698