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

Unified Diff: webkit/fileapi/isolated_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/isolated_file_util.h
diff --git a/webkit/fileapi/isolated_file_util.h b/webkit/fileapi/isolated_file_util.h
index a5133ac30b400f0791a6030df4fd66900cd191d7..f74aa331a1207f3455b8a5c376d3fc0ecd0a79a4 100644
--- a/webkit/fileapi/isolated_file_util.h
+++ b/webkit/fileapi/isolated_file_util.h
@@ -5,14 +5,14 @@
#ifndef WEBKIT_FILEAPI_ISOLATED_FILE_UTIL_H_
#define WEBKIT_FILEAPI_ISOLATED_FILE_UTIL_H_
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/local_file_util.h"
+#include "webkit/storage/storage_export.h"
namespace fileapi {
class FileSystemOperationContext;
-class FILEAPI_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
+class STORAGE_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
public:
IsolatedFileUtil();
virtual ~IsolatedFileUtil() {}
@@ -27,7 +27,7 @@ class FILEAPI_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
// Dragged file system is a specialized IsolatedFileUtil where read access to
// the virtual root directory (i.e. empty cracked path case) is allowed
// and single isolated context may be associated with multiple file paths.
-class FILEAPI_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
+class STORAGE_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
public:
DraggedFileUtil();
virtual ~DraggedFileUtil() {}

Powered by Google App Engine
This is Rietveld 408576698