| Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/versioning_apptest.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/versioning_apptest.cc b/third_party/mojo/src/mojo/public/cpp/bindings/tests/versioning_apptest.cc
|
| index 18cbea939a016f1ef31583244cfd8b0509e75f54..97cfd817210430057b55f060663d77d23d636361 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/versioning_apptest.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/versioning_apptest.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/public/cpp/application/application_impl.h"
|
| -#include "mojo/public/cpp/application/application_test_base.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| -#include "mojo/public/interfaces/bindings/tests/versioning_test_client.mojom.h"
|
| +#include "mojo/application/public/cpp/application_impl.h"
|
| +#include "mojo/application/public/cpp/application_test_base.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|