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

Unified Diff: webkit/browser/fileapi/isolated_file_util.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/browser/fileapi/isolated_context.h ('k') | webkit/browser/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/browser/fileapi/isolated_file_util.h
diff --git a/webkit/browser/fileapi/isolated_file_util.h b/webkit/browser/fileapi/isolated_file_util.h
index 8945be0f78f5d5e9522028cb19a8cbfd8cdaaf93..e6f595572c4caadab69671fe0d3eaf2c8d7c2fbe 100644
--- a/webkit/browser/fileapi/isolated_file_util.h
+++ b/webkit/browser/fileapi/isolated_file_util.h
@@ -7,13 +7,14 @@
#include "base/memory/scoped_ptr.h"
#include "webkit/browser/fileapi/local_file_util.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace fileapi {
class FileSystemOperationContext;
-class WEBKIT_STORAGE_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
+class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE IsolatedFileUtil
+ : public LocalFileUtil {
public:
IsolatedFileUtil();
virtual ~IsolatedFileUtil() {}
@@ -28,7 +29,8 @@ class WEBKIT_STORAGE_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 WEBKIT_STORAGE_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
+class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE DraggedFileUtil
+ : public IsolatedFileUtil {
public:
DraggedFileUtil();
virtual ~DraggedFileUtil() {}
« no previous file with comments | « webkit/browser/fileapi/isolated_context.h ('k') | webkit/browser/fileapi/local_file_stream_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698