Index: mojo/public/cpp/bindings/interface_request.h |
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h b/mojo/public/cpp/bindings/interface_request.h |
similarity index 93% |
rename from third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h |
rename to mojo/public/cpp/bindings/interface_request.h |
index 0bd42f76144d29e496f5c0b3a84f88ded6e992ae..c139306e2c8d671871c039d3960e5178bc7e546d 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h |
+++ b/mojo/public/cpp/bindings/interface_request.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_INTERFACE_REQUEST_H_ |
-#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_REQUEST_H_ |
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_REQUEST_H_ |
+#define MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_REQUEST_H_ |
-#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_ptr.h" |
+#include "mojo/public/cpp/bindings/interface_ptr.h" |
namespace mojo { |
@@ -115,4 +115,4 @@ InterfaceRequest<Interface> GetProxy(InterfacePtr<Interface>* ptr) { |
} // namespace mojo |
-#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_REQUEST_H_ |
+#endif // MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_REQUEST_H_ |