| Index: ui/aura/bench/bench_main.cc
|
| diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
|
| index ed5c02da242d6ede1503fb4671ec523e2361a085..4750925e7437c6c316b550afc6dfc2857c24f000 100644
|
| --- a/ui/aura/bench/bench_main.cc
|
| +++ b/ui/aura/bench/bench_main.cc
|
| @@ -302,7 +302,7 @@ int main(int argc, char** argv) {
|
| // The ContextFactory must exist before any Compositors are created.
|
| bool context_factory_for_test = false;
|
| scoped_ptr<ui::InProcessContextFactory> context_factory(
|
| - new ui::InProcessContextFactory(context_factory_for_test));
|
| + new ui::InProcessContextFactory(context_factory_for_test, nullptr));
|
|
|
| base::i18n::InitializeICU();
|
|
|
|
|