| Index: mojo/shell/context.h
|
| diff --git a/mojo/shell/context.h b/mojo/shell/context.h
|
| index 1f098c753d0c37e2c6b82f96f3d3d9a9bd015837..5b559101c662bbd2efa8c5061be4d12c57d60f23 100644
|
| --- a/mojo/shell/context.h
|
| +++ b/mojo/shell/context.h
|
| @@ -29,12 +29,12 @@ class ExternalApplicationListener;
|
| class Context : ApplicationManager::Delegate {
|
| public:
|
| Context();
|
| - virtual ~Context();
|
| + ~Context() override;
|
|
|
| void Init();
|
|
|
| // ApplicationManager::Delegate override.
|
| - virtual void OnApplicationError(const GURL& gurl) override;
|
| + void OnApplicationError(const GURL& gurl) override;
|
|
|
| void Run(const GURL& url);
|
| ScopedMessagePipeHandle ConnectToServiceByName(
|
|
|