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

Unified Diff: mojo/spy/spy.cc

Issue 668663006: Standardize usage of virtual/override/final in mojo/ (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
« no previous file with comments | « mojo/shell/ui_application_loader_android.h ('k') | mojo/spy/spy_server_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/spy/spy.cc
diff --git a/mojo/spy/spy.cc b/mojo/spy/spy.cc
index 4049fd6ea295628f74230fedbcbef5389ef5e3f6..694500aa9fdaef040b3abf3588e84fbe7c7ed4d1 100644
--- a/mojo/spy/spy.cc
+++ b/mojo/spy/spy.cc
@@ -239,8 +239,9 @@ class SpyInterceptor : public mojo::ApplicationManager::Interceptor {
websocket_delegate_(websocket_delegate) {}
private:
- virtual mojo::ServiceProviderPtr OnConnectToClient(
- const GURL& url, mojo::ServiceProviderPtr real_client) override {
+ mojo::ServiceProviderPtr OnConnectToClient(
+ const GURL& url,
+ mojo::ServiceProviderPtr real_client) override {
if (!MustIntercept(url))
return real_client.Pass();
« no previous file with comments | « mojo/shell/ui_application_loader_android.h ('k') | mojo/spy/spy_server_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698