| Index: content/browser/mojo/mojo_shell_context.h
|
| diff --git a/content/browser/mojo/mojo_shell_context.h b/content/browser/mojo/mojo_shell_context.h
|
| index bc71c96e4df1f9d4f43141ae23328479ca51c13a..3560364b071a846a77b0f077e19fd3603caa630d 100644
|
| --- a/content/browser/mojo/mojo_shell_context.h
|
| +++ b/content/browser/mojo/mojo_shell_context.h
|
| @@ -17,7 +17,7 @@
|
| #include "mojo/shell/shell.h"
|
|
|
| namespace catalog {
|
| -class Owner;
|
| +class Factory;
|
| }
|
|
|
| namespace mojo {
|
| @@ -62,7 +62,7 @@ class CONTENT_EXPORT MojoShellContext {
|
|
|
| static base::LazyInstance<scoped_ptr<Proxy>> proxy_;
|
|
|
| - scoped_ptr<catalog::Owner> catalog_;
|
| + scoped_ptr<catalog::Factory> catalog_;
|
| scoped_ptr<mojo::shell::Shell> shell_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MojoShellContext);
|
|
|