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

Unified Diff: webkit/fileapi/local_file_util.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/fileapi/local_file_util.h
diff --git a/webkit/fileapi/local_file_util.h b/webkit/fileapi/local_file_util.h
index 4eaf2fa1809147627ecf3b56ffc08856960e6e41..dfa9ce6952de5e8a449b579bdb223a38cef2605f 100644
--- a/webkit/fileapi/local_file_util.h
+++ b/webkit/fileapi/local_file_util.h
@@ -15,9 +15,9 @@
#include "base/logging.h"
#include "base/platform_file.h"
#include "webkit/blob/shareable_file_reference.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_file_util.h"
#include "webkit/fileapi/file_system_types.h"
+#include "webkit/storage/storage_export.h"
namespace base {
struct PlatformFileInfo;
@@ -35,7 +35,7 @@ class FileSystemOperationContext;
class FileSystemURL;
// An instance of this class is created and owned by *MountPointProvider.
-class FILEAPI_EXPORT_PRIVATE LocalFileUtil : public FileSystemFileUtil {
+class STORAGE_EXPORT_PRIVATE LocalFileUtil : public FileSystemFileUtil {
public:
LocalFileUtil();
virtual ~LocalFileUtil();

Powered by Google App Engine
This is Rietveld 408576698