Index: mojo/shell/context.h |
diff --git a/mojo/shell/context.h b/mojo/shell/context.h |
index 4be704ee2603ad3a26ddf05ccb1f8950453b7f48..e1073f363e96306b30ad617b1a0cb08424f54566 100644 |
--- a/mojo/shell/context.h |
+++ b/mojo/shell/context.h |
@@ -63,8 +63,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; |