| Index: mojo/spy/spy.cc
|
| diff --git a/mojo/spy/spy.cc b/mojo/spy/spy.cc
|
| index 8de82290bf65a300fcce2e0f1117137ba5f8db46..67ae56a16d1518a38a6b2f570fccff19e74ef9d5 100644
|
| --- a/mojo/spy/spy.cc
|
| +++ b/mojo/spy/spy.cc
|
| @@ -233,7 +233,7 @@ class SpyInterceptor : public mojo::ApplicationManager::Interceptor {
|
|
|
| private:
|
| virtual mojo::ServiceProviderPtr OnConnectToClient(
|
| - const GURL& url, mojo::ServiceProviderPtr real_client) OVERRIDE {
|
| + const GURL& url, mojo::ServiceProviderPtr real_client) override {
|
| if (!MustIntercept(url))
|
| return real_client.Pass();
|
|
|
|
|