Index: chrome/browser/extensions/api/diagnostics/diagnostics_api.h |
diff --git a/chrome/browser/extensions/api/diagnostics/diagnostics_api.h b/chrome/browser/extensions/api/diagnostics/diagnostics_api.h |
index e088f3c0a08c80cfebff15f03dc50187e8da1a90..c3c968222fda281da2d6c32b20eee8f814f5ee53 100644 |
--- a/chrome/browser/extensions/api/diagnostics/diagnostics_api.h |
+++ b/chrome/browser/extensions/api/diagnostics/diagnostics_api.h |
@@ -37,10 +37,10 @@ class DiagnosticsSendPacketFunction : public AsyncApiFunction { |
virtual ~DiagnosticsSendPacketFunction(); |
// AsyncApiFunction: |
- virtual bool Prepare() OVERRIDE; |
+ virtual bool Prepare() override; |
// This methods will be implemented differently on different platforms. |
- virtual void AsyncWorkStart() OVERRIDE; |
- virtual bool Respond() OVERRIDE; |
+ virtual void AsyncWorkStart() override; |
+ virtual bool Respond() override; |
private: |
void SendPingPacket(); |