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

Unified Diff: chromecast/media/cma/test/mock_frame_provider.h

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (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
Index: chromecast/media/cma/test/mock_frame_provider.h
diff --git a/chromecast/media/cma/test/mock_frame_provider.h b/chromecast/media/cma/test/mock_frame_provider.h
index 4b83dca96fbb5090ea866394b2efef132b0921e3..44a4d60b1106d6f748244c71ab708eb3ce9c93e9 100644
--- a/chromecast/media/cma/test/mock_frame_provider.h
+++ b/chromecast/media/cma/test/mock_frame_provider.h
@@ -24,8 +24,8 @@ class MockFrameProvider : public CodedFrameProvider {
scoped_ptr<FrameGeneratorForTest> frame_generator);
// CodedFrameProvider implementation.
- virtual void Read(const ReadCB& read_cb) OVERRIDE;
- virtual void Flush(const base::Closure& flush_cb) OVERRIDE;
+ virtual void Read(const ReadCB& read_cb) override;
+ virtual void Flush(const base::Closure& flush_cb) override;
private:
void DoRead(const ReadCB& read_cb);
« no previous file with comments | « chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc ('k') | chromecast/media/cma/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698