| Index: mojo/examples/surfaces_app/child_app.cc
|
| diff --git a/mojo/examples/surfaces_app/child_app.cc b/mojo/examples/surfaces_app/child_app.cc
|
| index 8ad08fc18bbc8c653f5a6c79ec14c8503166e1c7..c499253a1fd5c97fcc22617b6008328e9fb7b8a4 100644
|
| --- a/mojo/examples/surfaces_app/child_app.cc
|
| +++ b/mojo/examples/surfaces_app/child_app.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "mojo/application/application_runner_chromium.h"
|
| #include "mojo/examples/surfaces_app/child_impl.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/application/application_connection.h"
|
| #include "mojo/public/cpp/application/application_delegate.h"
|
| #include "mojo/public/cpp/application/application_impl.h"
|
| -#include "mojo/public/cpp/application/application_runner_chromium.h"
|
| #include "mojo/public/cpp/bindings/string.h"
|
|
|
| namespace mojo {
|
|
|