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

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: Leave *.gypi files in blob and fileapi 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
« no previous file with comments | « webkit/fileapi/isolated_context.h ('k') | webkit/fileapi/local_file_stream_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..652c33400a6b5f44ebc7f56db6070505af3ba93c 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/webkit_storage_export.h"
namespace fileapi {
class FileSystemOperationContext;
-class FILEAPI_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
+class WEBKIT_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 WEBKIT_STORAGE_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
public:
DraggedFileUtil();
virtual ~DraggedFileUtil() {}
« no previous file with comments | « webkit/fileapi/isolated_context.h ('k') | webkit/fileapi/local_file_stream_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698