Index: content/child/fileapi/webfilesystem_impl.h |
diff --git a/content/child/fileapi/webfilesystem_impl.h b/content/child/fileapi/webfilesystem_impl.h |
index c93ad8d9117024e534073b2b6bb1e3f66004953d..b10a57fbea54b1c66ccb5d2ac9990eef4cb4db76 100644 |
--- a/content/child/fileapi/webfilesystem_impl.h |
+++ b/content/child/fileapi/webfilesystem_impl.h |
@@ -48,7 +48,7 @@ class WebFileSystemImpl : public blink::WebFileSystem, |
virtual ~WebFileSystemImpl(); |
// WorkerTaskRunner::Observer implementation. |
- virtual void OnWorkerRunLoopStopped() override; |
+ void OnWorkerRunLoopStopped() override; |
// WebFileSystem implementation. |
virtual void openFileSystem( |