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

Unified Diff: webkit/fileapi/file_system_mount_point_provider.h

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename 'storage' to 'webkit_storage' Created 8 years, 2 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_mount_point_provider.h
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
index c36a602e81c182f55e242899d807c295300acd33..bea24ba3e1a915f02715215b7fbe444131a91877 100644
--- a/webkit/fileapi/file_system_mount_point_provider.h
+++ b/webkit/fileapi/file_system_mount_point_provider.h
@@ -11,8 +11,8 @@
#include "base/callback_forward.h"
#include "base/file_path.h"
#include "base/platform_file.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_types.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace webkit_blob {
class FileStreamReader;
@@ -30,7 +30,7 @@ class RemoteFileSystemProxyInterface;
// An interface to provide mount-point-specific path-related utilities
// and specialized FileSystemFileUtil instance.
-class FILEAPI_EXPORT FileSystemMountPointProvider {
+class WEBKIT_STORAGE_EXPORT FileSystemMountPointProvider {
public:
// Callback for ValidateFileSystemRoot.
typedef base::Callback<void(base::PlatformFileError error)>

Powered by Google App Engine
This is Rietveld 408576698