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

Unified Diff: webkit/browser/fileapi/local_file_stream_writer.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_file_util.h ('k') | webkit/browser/fileapi/local_file_system_operation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/local_file_stream_writer.h
diff --git a/webkit/browser/fileapi/local_file_stream_writer.h b/webkit/browser/fileapi/local_file_stream_writer.h
index ed3ee68d1d36de84519f2618d7fa40e2ee0355bb..2d08d436f6fa11d7029bc81ba99786275559cd4e 100644
--- a/webkit/browser/fileapi/local_file_stream_writer.h
+++ b/webkit/browser/fileapi/local_file_stream_writer.h
@@ -14,7 +14,7 @@
#include "base/memory/weak_ptr.h"
#include "base/platform_file.h"
#include "webkit/browser/fileapi/file_stream_writer.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace net {
class FileStream;
@@ -23,7 +23,7 @@ class FileStream;
namespace fileapi {
// This class is a thin wrapper around net::FileStream for writing local files.
-class WEBKIT_STORAGE_EXPORT_PRIVATE LocalFileStreamWriter
+class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE LocalFileStreamWriter
: public FileStreamWriter {
public:
// Create a writer for the existing file in the path |file_path| starting from
« no previous file with comments | « webkit/browser/fileapi/isolated_file_util.h ('k') | webkit/browser/fileapi/local_file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698