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

Unified Diff: Source/modules/filesystem/FileWriter.h

Issue 1194093002: Remove unused FS callback partial specializations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/modules/filesystem/FileSystemCallbacks.cpp ('k') | Source/modules/filesystem/SyncCallbackHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileWriter.h
diff --git a/Source/modules/filesystem/FileWriter.h b/Source/modules/filesystem/FileWriter.h
index 0ba0508703ec0627982644928a38b5bcd7905f67..419103bff40ff521b7b473b77feca12623000b00 100644
--- a/Source/modules/filesystem/FileWriter.h
+++ b/Source/modules/filesystem/FileWriter.h
@@ -38,7 +38,6 @@
#include "modules/filesystem/FileWriterBase.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebFileWriterClient.h"
-#include "wtf/RefPtr.h"
namespace blink {
@@ -61,6 +60,7 @@ class FileWriter final
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FileWriter);
public:
static FileWriter* create(ExecutionContext*);
+ virtual ~FileWriter();
enum ReadyState {
INIT = 0,
@@ -105,9 +105,7 @@ private:
OperationAbort
};
- FileWriter(ExecutionContext*);
-
- virtual ~FileWriter();
+ explicit FileWriter(ExecutionContext*);
void completeAbort();
« no previous file with comments | « Source/modules/filesystem/FileSystemCallbacks.cpp ('k') | Source/modules/filesystem/SyncCallbackHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698