summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/diagnostics/diagnostics_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/diagnostics/diagnostics_api.h')
-rw-r--r--chrome/browser/extensions/api/diagnostics/diagnostics_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/api/diagnostics/diagnostics_api.h b/chrome/browser/extensions/api/diagnostics/diagnostics_api.h
index e088f3c..c3c9682 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();