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

Unified Diff: media/cdm/ppapi/cdm_file_io_test.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (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 | « media/cdm/ppapi/cdm_file_io_impl.h ('k') | media/cdm/ppapi/cdm_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/cdm_file_io_test.h
diff --git a/media/cdm/ppapi/cdm_file_io_test.h b/media/cdm/ppapi/cdm_file_io_test.h
index 3e0060cc3bf16eb7a83850fd2ae772a306963882..189c1f6447fcb71cecf42126fdfa424344e87e4c 100644
--- a/media/cdm/ppapi/cdm_file_io_test.h
+++ b/media/cdm/ppapi/cdm_file_io_test.h
@@ -96,11 +96,11 @@ class FileIOTest : public cdm::FileIOClient {
static bool MatchesResult(const TestStep& a, const TestStep& b);
// cdm::FileIOClient implementation.
- virtual void OnOpenComplete(Status status) OVERRIDE;
+ virtual void OnOpenComplete(Status status) override;
virtual void OnReadComplete(Status status,
const uint8_t* data,
- uint32_t data_size) OVERRIDE;
- virtual void OnWriteComplete(Status status) OVERRIDE;
+ uint32_t data_size) override;
+ virtual void OnWriteComplete(Status status) override;
// Runs the next step in this test case.
void RunNextStep();
« no previous file with comments | « media/cdm/ppapi/cdm_file_io_impl.h ('k') | media/cdm/ppapi/cdm_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698