| Index: third_party/mojo/src/mojo/public/cpp/utility/tests/mutex_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/utility/tests/mutex_unittest.cc b/third_party/mojo/src/mojo/public/cpp/utility/tests/mutex_unittest.cc
|
| index 78e95c532c51ff2cb818994e976a10c59ec0c0fe..69d5df621a35903131aae826de8dbfd209722435 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/utility/tests/mutex_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/utility/tests/mutex_unittest.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/public/cpp/utility/mutex.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/utility/mutex.h"
|
|
|
| #include <stdlib.h> // For |rand()|.
|
| #include <time.h> // For |nanosleep()| (defined by POSIX).
|
|
|
| #include <vector>
|
|
|
| -#include "mojo/public/cpp/system/macros.h"
|
| -#include "mojo/public/cpp/utility/thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/utility/thread.h"
|
|
|
| namespace mojo {
|
| namespace {
|
|
|