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

Unified Diff: storage/browser/fileapi/file_writer_delegate.h

Issue 1429333002: Deprecate STORAGE_EXPORT_PRIVATE macro. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase error Created 5 years, 1 month 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 | « storage/browser/fileapi/file_system_usage_cache.h ('k') | storage/browser/fileapi/native_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/file_writer_delegate.h
diff --git a/storage/browser/fileapi/file_writer_delegate.h b/storage/browser/fileapi/file_writer_delegate.h
index 01c89a94f30a0481d707cad1882c6c4bf25a80f3..dca4bd8d225d29206155a9d8601eb97e3f0d8017 100644
--- a/storage/browser/fileapi/file_writer_delegate.h
+++ b/storage/browser/fileapi/file_writer_delegate.h
@@ -20,8 +20,7 @@ namespace storage {
class FileStreamWriter;
enum class FlushPolicy;
-class STORAGE_EXPORT_PRIVATE FileWriterDelegate
- : public net::URLRequest::Delegate {
+class STORAGE_EXPORT FileWriterDelegate : public net::URLRequest::Delegate {
public:
enum WriteProgressStatus {
SUCCESS_IO_PENDING,
« no previous file with comments | « storage/browser/fileapi/file_system_usage_cache.h ('k') | storage/browser/fileapi/native_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698