| Index: ui/views/examples/examples_main.cc
|
| diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc
|
| index f244b07c905e0bc81e3f26acb60838924992825e..4dc9fbec15391319ac8850b345fb94f73aab5f35 100644
|
| --- a/ui/views/examples/examples_main.cc
|
| +++ b/ui/views/examples/examples_main.cc
|
| @@ -53,7 +53,6 @@ int main(int argc, char** argv) {
|
| // The ContextFactory must exist before any Compositors are created.
|
| scoped_ptr<ui::InProcessContextFactory> context_factory(
|
| new ui::InProcessContextFactory());
|
| - ui::ContextFactory::SetInstance(context_factory.get());
|
|
|
| base::MessageLoopForUI message_loop;
|
|
|
|
|