summaryrefslogtreecommitdiffstats
path: root/mojo/shell/standalone/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/standalone/context.h')
-rw-r--r--mojo/shell/standalone/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/shell/standalone/context.h b/mojo/shell/standalone/context.h
index 6d10318..09f7942 100644
--- a/mojo/shell/standalone/context.h
+++ b/mojo/shell/standalone/context.h
@@ -20,7 +20,7 @@ class SingleThreadTaskRunner;
}
namespace catalog {
-class Owner;
+class Factory;
class Store;
}
@@ -70,7 +70,7 @@ class Context : public edk::ProcessDelegate {
// Ensure this is destructed before task_runners_ since it owns a message pipe
// that needs the IO thread to destruct cleanly.
Tracer tracer_;
- scoped_ptr<catalog::Owner> catalog_;
+ scoped_ptr<catalog::Factory> catalog_;
scoped_ptr<Shell> shell_;
base::Time main_entry_time_;