Index: third_party/mojo/src/mojo/edk/js/handle.h |
diff --git a/third_party/mojo/src/mojo/edk/js/handle.h b/third_party/mojo/src/mojo/edk/js/handle.h |
index 36e53c8e337a522c23e904f0fb8a564782291f02..00f258fd9554be59010babf9c33d68992df36492 100644 |
--- a/third_party/mojo/src/mojo/edk/js/handle.h |
+++ b/third_party/mojo/src/mojo/edk/js/handle.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_HANDLE_H_ |
-#define MOJO_EDK_JS_HANDLE_H_ |
+#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_JS_HANDLE_H_ |
+#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_JS_HANDLE_H_ |
#include "base/observer_list.h" |
#include "gin/converter.h" |
@@ -95,4 +95,4 @@ struct Converter<gin::Handle<mojo::js::HandleWrapper> > { |
} // namespace gin |
-#endif // MOJO_EDK_JS_HANDLE_H_ |
+#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_JS_HANDLE_H_ |