| Index: shell/context.h
|
| diff --git a/shell/context.h b/shell/context.h
|
| index 73ad3a433f23082501479d6eccbc26b5995e8f94..d28ed69a81c7f0132914713e048a52829c73ef4e 100644
|
| --- a/shell/context.h
|
| +++ b/shell/context.h
|
| @@ -71,8 +71,8 @@ class Context : public ApplicationManager::Delegate,
|
| class NativeViewportApplicationLoader;
|
|
|
| // ApplicationManager::Delegate overrides.
|
| - GURL ResolveURL(const GURL& url) override;
|
| GURL ResolveMappings(const GURL& url) override;
|
| + GURL ResolveMojoURL(const GURL& url) override;
|
|
|
| // ProcessDelegate implementation.
|
| void OnShutdownComplete() override;
|
|
|