| Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/constant_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/constant_unittest.cc b/third_party/mojo/src/mojo/public/cpp/bindings/tests/constant_unittest.cc
|
| index f6394f3a644dc9daed18ede0ae4b246146871e37..ec6ccfcc9d1411f54b1f13c6c1987b2ec0ac2310 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/constant_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/constant_unittest.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/public/interfaces/bindings/tests/test_constants.mojom.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/public/interfaces/bindings/tests/test_constants.mojom.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|