| Index: mojo/shell/context.cc
|
| diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
|
| index af1bd8915a89ad54777e02463a854eef513cca9a..706c511489a72a1f4564f3c3f22e7cc3536ee1c5 100644
|
| --- a/mojo/shell/context.cc
|
| +++ b/mojo/shell/context.cc
|
| @@ -127,8 +127,8 @@ class Context::NativeViewportApplicationLoader
|
| app_.reset(new ApplicationImpl(this, shell_handle.Pass()));
|
| }
|
|
|
| - virtual void OnServiceError(ApplicationManager* manager,
|
| - const GURL& url) OVERRIDE {}
|
| + virtual void OnApplicationError(ApplicationManager* manager,
|
| + const GURL& url) OVERRIDE {}
|
|
|
| // ApplicationDelegate implementation.
|
| virtual bool ConfigureIncomingConnection(
|
|
|