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 6f4be32538a9c5697e181547d37b3fe4be17ae50..54964eacaedb78bb8d40048191440b02b5f5a3e4 100644 |
--- a/content/browser/plugin_data_remover_impl.h |
+++ b/content/browser/plugin_data_remover_impl.h |
@@ -20,7 +20,7 @@ class CONTENT_EXPORT PluginDataRemoverImpl : public PluginDataRemover { |
virtual ~PluginDataRemoverImpl(); |
// PluginDataRemover implementation: |
- virtual base::WaitableEvent* StartRemoving(base::Time begin_time) OVERRIDE; |
+ virtual 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 |