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

Unified Diff: webkit/plugins/npapi/test/plugin_npobject_identity_test.h

Issue 8539047: Add OVERRIDE to webkit/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 1 month 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: webkit/plugins/npapi/test/plugin_npobject_identity_test.h
diff --git a/webkit/plugins/npapi/test/plugin_npobject_identity_test.h b/webkit/plugins/npapi/test/plugin_npobject_identity_test.h
index 9841e884ec3a377fc668a1c785d726d04b6b2b53..93b2e78f9dc0a1217dfc96436506e1944bb60706 100644
--- a/webkit/plugins/npapi/test/plugin_npobject_identity_test.h
+++ b/webkit/plugins/npapi/test/plugin_npobject_identity_test.h
@@ -18,7 +18,7 @@ class NPObjectIdentityTest : public PluginTest {
NPObjectIdentityTest(NPP id, NPNetscapeFuncs *host_functions);
// NPAPI SetWindow handler.
- virtual NPError SetWindow(NPWindow* pNPWindow);
+ virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
};
} // namespace NPAPIClient
« no previous file with comments | « webkit/plugins/npapi/test/plugin_new_fails_test.h ('k') | webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698