| Index: third_party/mojo/src/mojo/public/cpp/bindings/lib/bounds_checker.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/lib/bounds_checker.cc b/third_party/mojo/src/mojo/public/cpp/bindings/lib/bounds_checker.cc
|
| index 5b96b2d09dc5667c39f2a442aea72fa1cd3915dc..2e4e9261f6f09e7a7d8e6a77e1a66ab0fcf49d2f 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/lib/bounds_checker.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/lib/bounds_checker.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/public/cpp/bindings/lib/bounds_checker.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/bounds_checker.h"
|
|
|
| -#include "mojo/public/cpp/bindings/lib/bindings_serialization.h"
|
| -#include "mojo/public/cpp/environment/logging.h"
|
| -#include "mojo/public/cpp/system/handle.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/bindings_serialization.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/environment/logging.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/handle.h"
|
|
|
| namespace mojo {
|
| namespace internal {
|
|
|