| Index: third_party/mojo/src/mojo/edk/test/test_utils.h
|
| diff --git a/third_party/mojo/src/mojo/edk/test/test_utils.h b/third_party/mojo/src/mojo/edk/test/test_utils.h
|
| index 9c21a1a29ed109be9ecb90b4e5aa62bb7d277ac6..355135a5be4743a62f0a7cef56b6e21ba8b30e9e 100644
|
| --- a/third_party/mojo/src/mojo/edk/test/test_utils.h
|
| +++ b/third_party/mojo/src/mojo/edk/test/test_utils.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_TEST_TEST_UTILS_H_
|
| -#define MOJO_EDK_TEST_TEST_UTILS_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_TEST_TEST_UTILS_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_TEST_TEST_UTILS_H_
|
|
|
| #include <stddef.h>
|
| #include <stdio.h>
|
| @@ -11,8 +11,8 @@
|
| #include <string>
|
|
|
| #include "base/files/scoped_file.h"
|
| -#include "mojo/edk/embedder/platform_handle.h"
|
| -#include "mojo/edk/embedder/scoped_platform_handle.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_handle.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
| @@ -50,4 +50,4 @@ base::ScopedFILE FILEFromPlatformHandle(embedder::ScopedPlatformHandle h,
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_TEST_TEST_UTILS_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_TEST_TEST_UTILS_H_
|
|
|