| Index: shell/child_main.cc
|
| diff --git a/shell/child_main.cc b/shell/child_main.cc
|
| index 1e3834eb04d50931624015ee1bab9e67630e8900..33b35e4e2eb9417e1a9f30ca0d1776ce52d93707 100644
|
| --- a/shell/child_main.cc
|
| +++ b/shell/child_main.cc
|
| @@ -27,9 +27,9 @@
|
| #include "mojo/edk/embedder/simple_platform_support.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| #include "shell/child_controller.mojom.h"
|
| +#include "shell/child_switches.h"
|
| #include "shell/init.h"
|
| #include "shell/native_application_support.h"
|
| -#include "shell/switches.h"
|
|
|
| namespace shell {
|
| namespace {
|
|
|