Index: apps/shell/app/shell_main_delegate.h |
diff --git a/apps/shell/app/shell_main_delegate.h b/apps/shell/app/shell_main_delegate.h |
index 13a0e4559d43fdbc0ee201cd1db92656a9a0d0e7..465f60ee1d257266bed81ccd9248f86bbe31654b 100644 |
--- a/apps/shell/app/shell_main_delegate.h |
+++ b/apps/shell/app/shell_main_delegate.h |
@@ -33,8 +33,8 @@ class ShellMainDelegate : public content::ContentMainDelegate { |
OVERRIDE; |
protected: |
- // The created object is owned by ShellBrowserMainParts. |
- virtual ShellBrowserMainDelegate* CreateShellBrowserMainDelegate(); |
+ // The created object is owned by this object. |
+ virtual content::ContentBrowserClient* CreateShellContentBrowserClient(); |
// The returned object is owned by ShellContentRendererClient. |
virtual scoped_ptr<ShellRendererMainDelegate> |