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

Unified Diff: webkit/browser/fileapi/upload_file_system_file_element_reader.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/transient_file_util.h ('k') | webkit/browser/quota/quota_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/upload_file_system_file_element_reader.h
diff --git a/webkit/browser/fileapi/upload_file_system_file_element_reader.h b/webkit/browser/fileapi/upload_file_system_file_element_reader.h
index 525dc0068747bd8870c10880ac792bb3279e7ba5..e1a13a5e080bdadaee8e267493500f22bcf559cf 100644
--- a/webkit/browser/fileapi/upload_file_system_file_element_reader.h
+++ b/webkit/browser/fileapi/upload_file_system_file_element_reader.h
@@ -9,7 +9,7 @@
#include "base/time.h"
#include "googleurl/src/gurl.h"
#include "net/base/upload_element_reader.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace webkit_blob {
class FileStreamReader;
@@ -20,7 +20,7 @@ namespace fileapi {
class FileSystemContext;
// An UploadElementReader implementation for filesystem file.
-class WEBKIT_STORAGE_EXPORT UploadFileSystemFileElementReader
+class WEBKIT_STORAGE_BROWSER_EXPORT UploadFileSystemFileElementReader
: public net::UploadElementReader {
public:
UploadFileSystemFileElementReader(
« no previous file with comments | « webkit/browser/fileapi/transient_file_util.h ('k') | webkit/browser/quota/quota_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698