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

Unified Diff: content/browser/plugin_service_impl_browsertest.cc

Issue 1091093006: Update {virtual,override} to follow C++11 style in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back out some webrtc files. Created 5 years, 8 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 | « content/browser/plugin_service_impl.h ('k') | content/browser/power_profiler/power_data_provider_ia_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service_impl_browsertest.cc
diff --git a/content/browser/plugin_service_impl_browsertest.cc b/content/browser/plugin_service_impl_browsertest.cc
index b81b78cf08cfc4fb0b1cf9fd2144d0c971b38c32..e60516e67e01e8c70de1e5f0cec66b5154998e42 100644
--- a/content/browser/plugin_service_impl_browsertest.cc
+++ b/content/browser/plugin_service_impl_browsertest.cc
@@ -181,11 +181,11 @@ class MockCanceledPluginServiceClient : public PluginProcessHost::Client {
get_resource_context_called_(false) {
}
- virtual ~MockCanceledPluginServiceClient() {}
+ ~MockCanceledPluginServiceClient() override {}
// Client implementation.
MOCK_METHOD0(ID, int());
- virtual ResourceContext* GetResourceContext() override {
+ ResourceContext* GetResourceContext() override {
get_resource_context_called_ = true;
return context_;
}
« no previous file with comments | « content/browser/plugin_service_impl.h ('k') | content/browser/power_profiler/power_data_provider_ia_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698