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

Unified Diff: storage/browser/fileapi/obfuscated_file_util.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/native_file_util.h ('k') | storage/browser/fileapi/sandbox_directory_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/obfuscated_file_util.h
diff --git a/storage/browser/fileapi/obfuscated_file_util.h b/storage/browser/fileapi/obfuscated_file_util.h
index 5557ba1845ec3cc391edc2ca8cbad3ec8b3a96c3..5b71e2d7ed842de91e16e075bd5a16ed04b509b1 100644
--- a/storage/browser/fileapi/obfuscated_file_util.h
+++ b/storage/browser/fileapi/obfuscated_file_util.h
@@ -68,8 +68,7 @@ class TimedTaskHelper;
//
// This class must be deleted on the FILE thread, because that's where
// DropDatabases needs to be called.
-class STORAGE_EXPORT_PRIVATE ObfuscatedFileUtil
- : public FileSystemFileUtil {
+class STORAGE_EXPORT ObfuscatedFileUtil : public FileSystemFileUtil {
public:
// Origin enumerator interface.
// An instance of this interface is assumed to be called on the file thread.
« no previous file with comments | « storage/browser/fileapi/native_file_util.h ('k') | storage/browser/fileapi/sandbox_directory_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698