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

Unified Diff: webkit/plugins/npapi/test/plugin_thread_async_call_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
« no previous file with comments | « webkit/plugins/npapi/test/plugin_setup_test.h ('k') | webkit/plugins/npapi/test/plugin_window_size_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/test/plugin_thread_async_call_test.h
diff --git a/webkit/plugins/npapi/test/plugin_thread_async_call_test.h b/webkit/plugins/npapi/test/plugin_thread_async_call_test.h
index 69622762a5f72e2c8944a5b1b6879d8998ff4372..60a6bb637f93d6ab7760d2292eb4843ac39a1abb 100644
--- a/webkit/plugins/npapi/test/plugin_thread_async_call_test.h
+++ b/webkit/plugins/npapi/test/plugin_thread_async_call_test.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -21,9 +21,9 @@ class PluginThreadAsyncCallTest : public PluginTest {
virtual ~PluginThreadAsyncCallTest();
virtual NPError New(uint16 mode, int16 argc, const char* argn[],
- const char* argv[], NPSavedData* saved);
+ const char* argv[], NPSavedData* saved) OVERRIDE;
- virtual NPError Destroy();
+ virtual NPError Destroy() OVERRIDE;
void AsyncCall();
void OnCallSucceeded();
« no previous file with comments | « webkit/plugins/npapi/test/plugin_setup_test.h ('k') | webkit/plugins/npapi/test/plugin_window_size_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698