| 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();
|
|
|
|
|