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

Unified Diff: webkit/browser/blob/local_file_stream_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/blob/file_stream_reader.h ('k') | webkit/browser/blob/view_blob_internals_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/blob/local_file_stream_reader.h
diff --git a/webkit/browser/blob/local_file_stream_reader.h b/webkit/browser/blob/local_file_stream_reader.h
index 7a77449d2c56fc51df1c5fec2e6ea3562a0f72e4..1443385f83b2d47f6f31637669a6006e32eb0e73 100644
--- a/webkit/browser/blob/local_file_stream_reader.h
+++ b/webkit/browser/blob/local_file_stream_reader.h
@@ -12,7 +12,7 @@
#include "base/platform_file.h"
#include "base/time.h"
#include "webkit/browser/blob/file_stream_reader.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class TaskRunner;
@@ -26,7 +26,8 @@ namespace webkit_blob {
// A thin wrapper of net::FileStream with range support for sliced file
// handling.
-class WEBKIT_STORAGE_EXPORT LocalFileStreamReader : public FileStreamReader {
+class WEBKIT_STORAGE_BROWSER_EXPORT LocalFileStreamReader
+ : public FileStreamReader {
public:
// Creates a new FileReader for a local file |file_path|.
// |initial_offset| specifies the offset in the file where the first read
« no previous file with comments | « webkit/browser/blob/file_stream_reader.h ('k') | webkit/browser/blob/view_blob_internals_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698