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

Unified Diff: storage/browser/fileapi/file_system_operation_context.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
Index: storage/browser/fileapi/file_system_operation_context.h
diff --git a/storage/browser/fileapi/file_system_operation_context.h b/storage/browser/fileapi/file_system_operation_context.h
index 96563ad85fee9cc0260efb27f1753254ec9835dd..25fd5cfaca4b4af3f3112b598626ad63ec449b88 100644
--- a/storage/browser/fileapi/file_system_operation_context.h
+++ b/storage/browser/fileapi/file_system_operation_context.h
@@ -26,7 +26,7 @@ class FileSystemContext;
// the same context (e.g. use the same task runner, share the quota etc).
// Note that the remaining quota bytes (allowed_bytes_growth) may be
// updated during the execution of write operations.
-class STORAGE_EXPORT_PRIVATE FileSystemOperationContext
+class STORAGE_EXPORT FileSystemOperationContext
: public base::SupportsUserData {
public:
explicit FileSystemOperationContext(FileSystemContext* context);
« no previous file with comments | « storage/browser/fileapi/file_system_file_stream_reader.h ('k') | storage/browser/fileapi/file_system_quota_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698