| commit | 604aea9d06e6edcfe1643580b195bbb17b83f7ce | [log] [tgz] |
|---|---|---|
| author | Viet-Trung Luu <viettrungluu@chromium.org> | Thu Oct 22 12:50:28 2015 -0700 |
| committer | Viet-Trung Luu <viettrungluu@chromium.org> | Thu Oct 22 12:50:28 2015 -0700 |
| tree | 14d20ec166d88ae501fbd6ff2a275330d1f30e48 | |
| parent | 4350d352c46e61fcabd986b4e51beceb11c67d5e [diff] [blame] |
Remove mojo::system::Mutex's use of base::internal::LockImpl. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/1418043003 .
diff --git a/mojo/edk/embedder/system_impl_private_entrypoints.cc b/mojo/edk/embedder/system_impl_private_entrypoints.cc index e2a369b..59a32f2 100644 --- a/mojo/edk/embedder/system_impl_private_entrypoints.cc +++ b/mojo/edk/embedder/system_impl_private_entrypoints.cc
@@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "base/logging.h" #include "mojo/edk/embedder/embedder_internal.h" #include "mojo/edk/system/core.h" #include "mojo/edk/system/dispatcher.h"