| Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/sample_service_unittest.cc b/third_party/mojo/src/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| index 58878a7f0d33c7d607be75aca360c7ac5c445585..041d4821ecac78d755fad1ebb68fdb7c5dced1cd 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| @@ -6,8 +6,8 @@
|
| #include <ostream>
|
| #include <string>
|
|
|
| -#include "mojo/public/interfaces/bindings/tests/sample_service.mojom.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom.h"
|
|
|
| namespace mojo {
|
|
|
|
|