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

Unified Diff: webkit/chromeos/fileapi/cros_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: _ 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/chromeos/fileapi/cros_mount_point_provider.h
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h
index 8c76db0b715c66bc72fa824a0fe2984dca551827..0cf5150300c7a23ec49b7acf90038c95021e41fd 100644
--- a/webkit/chromeos/fileapi/cros_mount_point_provider.h
+++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h
@@ -14,8 +14,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
#include "webkit/fileapi/file_system_mount_point_provider.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/quota/special_storage_policy.h"
+#include "webkit/storage/storage_export.h"
namespace fileapi {
class FileSystemFileUtil;
@@ -28,7 +28,7 @@ namespace chromeos {
class FileAccessPermissions;
// An interface to provide local filesystem paths.
-class FILEAPI_EXPORT CrosMountPointProvider
+class STORAGE_EXPORT CrosMountPointProvider
: public fileapi::ExternalFileSystemMountPointProvider {
public:
using fileapi::FileSystemMountPointProvider::ValidateFileSystemCallback;

Powered by Google App Engine
This is Rietveld 408576698