| Index: third_party/mojo/src/mojo/edk/system/handle_table.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/handle_table.cc b/third_party/mojo/src/mojo/edk/system/handle_table.cc
|
| index 15ff5d8f8eebfa415778d4291d342776e59e2dd5..c26c6bac3e7eb4d9f86cf83da86135a7f8d7cfa0 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/handle_table.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/handle_table.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/system/handle_table.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/handle_table.h"
|
|
|
| #include <limits>
|
|
|
| #include "base/logging.h"
|
| -#include "mojo/edk/system/configuration.h"
|
| -#include "mojo/edk/system/dispatcher.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/configuration.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/dispatcher.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|