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

Unified Diff: content/shell/renderer/test_runner/test_plugin.h

Issue 629143003: Replace OVERRIDE and FINAL with override and final in content/shell/[a-s]* (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: content/shell/renderer/test_runner/test_plugin.h
diff --git a/content/shell/renderer/test_runner/test_plugin.h b/content/shell/renderer/test_runner/test_plugin.h
index 22393a1bbe8d027064dfaf4ac02bc9201ffeec16..11d8820e09336d15b6734567d6c58c527594a0cd 100644
--- a/content/shell/renderer/test_runner/test_plugin.h
+++ b/content/shell/renderer/test_runner/test_plugin.h
@@ -88,7 +88,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
virtual bool PrepareTextureMailbox(
cc::TextureMailbox* mailbox,
scoped_ptr<cc::SingleReleaseCallback>* release_callback,
- bool use_shared_memory) OVERRIDE;
+ bool use_shared_memory) override;
private:
TestPlugin(blink::WebFrame* frame,
« no previous file with comments | « content/shell/renderer/test_runner/spell_check_client.cc ('k') | content/shell/renderer/test_runner/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698