Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: chromeos/attestation/mock_attestation_flow.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/audio/audio_devices_pref_handler_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/attestation/mock_attestation_flow.h
diff --git a/chromeos/attestation/mock_attestation_flow.h b/chromeos/attestation/mock_attestation_flow.h
index 1774964a6f7850a1a4bc55e0b239e1ee05906b82..a4a26b99225a136ece5e386ecaa449b11af3fe62 100644
--- a/chromeos/attestation/mock_attestation_flow.h
+++ b/chromeos/attestation/mock_attestation_flow.h
@@ -25,10 +25,10 @@ class FakeServerProxy : public ServerProxy {
}
virtual void SendEnrollRequest(const std::string& request,
- const DataCallback& callback) OVERRIDE;
+ const DataCallback& callback) override;
virtual void SendCertificateRequest(const std::string& request,
- const DataCallback& callback) OVERRIDE;
+ const DataCallback& callback) override;
private:
bool result_;
« no previous file with comments | « no previous file | chromeos/audio/audio_devices_pref_handler_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698