Index: third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h |
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h b/third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h |
index 37c87353364678e0310e138c9770055398811c7e..3a55a5975983445aa4d449d59420f40f5ac2e81d 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h |
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
-#define MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
+#ifndef THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
+#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
-#include "mojo/public/cpp/bindings/lib/shared_data.h" |
+#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_data.h" |
namespace mojo { |
namespace internal { |
@@ -54,4 +54,4 @@ class SharedPtr { |
} // namespace mojo |
} // namespace internal |
-#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
+#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |