| Index: third_party/mojo/src/mojo/edk/js/threading.h
|
| diff --git a/third_party/mojo/src/mojo/edk/js/threading.h b/third_party/mojo/src/mojo/edk/js/threading.h
|
| index 7cf0d532f6ddd6f7869d60123a3d9dd820585727..ef8f7223fda24a44c945882f9191cb910437aed3 100644
|
| --- a/third_party/mojo/src/mojo/edk/js/threading.h
|
| +++ b/third_party/mojo/src/mojo/edk/js/threading.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_JS_THREADING_H_
|
| -#define MOJO_EDK_JS_THREADING_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_JS_THREADING_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_JS_THREADING_H_
|
|
|
| #include "gin/public/wrapper_info.h"
|
| #include "v8/include/v8.h"
|
| @@ -22,4 +22,4 @@ class Threading {
|
| } // namespace js
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_JS_THREADING_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_JS_THREADING_H_
|
|
|