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

Unified Diff: webkit/browser/fileapi/transient_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
Index: webkit/browser/fileapi/transient_file_util.h
diff --git a/webkit/browser/fileapi/transient_file_util.h b/webkit/browser/fileapi/transient_file_util.h
index a10a9116fe00dde4e49137de681c6ccff5b9ffdb..d3d56c1c173f51174e8b5393dccdd8f6c17b1819 100644
--- a/webkit/browser/fileapi/transient_file_util.h
+++ b/webkit/browser/fileapi/transient_file_util.h
@@ -7,13 +7,13 @@
#include "base/memory/scoped_ptr.h"
#include "webkit/browser/fileapi/isolated_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 TransientFileUtil
+class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TransientFileUtil
: public IsolatedFileUtil {
public:
TransientFileUtil() {}
« no previous file with comments | « webkit/browser/fileapi/timed_task_helper.h ('k') | webkit/browser/fileapi/upload_file_system_file_element_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698