| Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/array_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/array_unittest.cc b/third_party/mojo/src/mojo/public/cpp/bindings/tests/array_unittest.cc
|
| index 8befe81d0fea6c7fa3f856c68b3e22b7dc895d35..bccd49e3478bdf9094baae3a38cff845fb941403 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/array_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/array_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/public/cpp/bindings/array.h"
|
| -#include "mojo/public/cpp/bindings/lib/array_internal.h"
|
| -#include "mojo/public/cpp/bindings/lib/array_serialization.h"
|
| -#include "mojo/public/cpp/bindings/lib/fixed_buffer.h"
|
| -#include "mojo/public/cpp/bindings/tests/container_test_util.h"
|
| -#include "mojo/public/interfaces/bindings/tests/test_structs.mojom.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/array.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/array_internal.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/array_serialization.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/fixed_buffer.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/tests/container_test_util.h"
|
| +#include "third_party/mojo/src/mojo/public/interfaces/bindings/tests/test_structs.mojom.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|