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

Unified Diff: storage/browser/fileapi/sandbox_origin_database_interface.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/sandbox_origin_database_interface.h
diff --git a/storage/browser/fileapi/sandbox_origin_database_interface.h b/storage/browser/fileapi/sandbox_origin_database_interface.h
index 4a01e4365e21a3a13eeb303b4b7540fc34eafa18..a2498c6bff3974a444982698d941cd7b96289aa5 100644
--- a/storage/browser/fileapi/sandbox_origin_database_interface.h
+++ b/storage/browser/fileapi/sandbox_origin_database_interface.h
@@ -13,9 +13,9 @@
namespace storage {
-class STORAGE_EXPORT_PRIVATE SandboxOriginDatabaseInterface {
+class STORAGE_EXPORT SandboxOriginDatabaseInterface {
public:
- struct STORAGE_EXPORT_PRIVATE OriginRecord {
+ struct STORAGE_EXPORT OriginRecord {
std::string origin;
base::FilePath path;
« no previous file with comments | « storage/browser/fileapi/sandbox_origin_database.h ('k') | storage/browser/fileapi/sandbox_prioritized_origin_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698