Index: content/browser/plugin_data_remover_impl.h |
diff --git a/content/browser/plugin_data_remover_impl.h b/content/browser/plugin_data_remover_impl.h |
index 54964eacaedb78bb8d40048191440b02b5f5a3e4..704ebaaa6377c6f5783543a7446910728286cdab 100644 |
--- a/content/browser/plugin_data_remover_impl.h |
+++ b/content/browser/plugin_data_remover_impl.h |
@@ -17,10 +17,10 @@ namespace content { |
class CONTENT_EXPORT PluginDataRemoverImpl : public PluginDataRemover { |
public: |
explicit PluginDataRemoverImpl(BrowserContext* browser_context); |
- virtual ~PluginDataRemoverImpl(); |
+ ~PluginDataRemoverImpl() override; |
// PluginDataRemover implementation: |
- virtual base::WaitableEvent* StartRemoving(base::Time begin_time) override; |
+ base::WaitableEvent* StartRemoving(base::Time begin_time) override; |
// The plug-in whose data should be removed (usually Flash) is specified via |
// its MIME type. This method sets a different MIME type in order to call a |