| Index: third_party/mojo/src/mojo/public/cpp/environment/tests/logger_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/environment/tests/logger_unittest.cc b/third_party/mojo/src/mojo/public/cpp/environment/tests/logger_unittest.cc
|
| index 8ca5538571c81c05a21e4745d3b52940a36a882a..ca0371e239afbf40e271b497605fa6e720db1495 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/environment/tests/logger_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/environment/tests/logger_unittest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/public/c/environment/logger.h"
|
| -#include "mojo/public/cpp/environment/environment.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/public/c/environment/logger.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/environment/environment.h"
|
|
|
| namespace mojo {
|
| namespace {
|
|
|