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