Index: mojo/public/cpp/bindings/lib/shared_ptr.h |
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h b/mojo/public/cpp/bindings/lib/shared_ptr.h |
similarity index 78% |
rename from third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h |
rename to mojo/public/cpp/bindings/lib/shared_ptr.h |
index 3a55a5975983445aa4d449d59420f40f5ac2e81d..37c87353364678e0310e138c9770055398811c7e 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_ptr.h |
+++ b/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 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_ |
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
+#define MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
-#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/shared_data.h" |
+#include "mojo/public/cpp/bindings/lib/shared_data.h" |
namespace mojo { |
namespace internal { |
@@ -54,4 +54,4 @@ class SharedPtr { |
} // namespace mojo |
} // namespace internal |
-#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |
+#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_SHARED_PTR_H_ |