| Index: mojo/public/cpp/bindings/lib/sync_handle_watcher.cc
|
| diff --git a/mojo/public/cpp/bindings/lib/sync_handle_watcher.cc b/mojo/public/cpp/bindings/lib/sync_handle_watcher.cc
|
| index 44092038e78c0b8328f5a1b3754cba925cf196c2..92b91f445272f41fd6229cc391dd544bd017217c 100644
|
| --- a/mojo/public/cpp/bindings/lib/sync_handle_watcher.cc
|
| +++ b/mojo/public/cpp/bindings/lib/sync_handle_watcher.cc
|
| @@ -2,12 +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/sync_handle_watcher.h"
|
| +#include "mojo/public/cpp/bindings/sync_handle_watcher.h"
|
|
|
| #include "base/logging.h"
|
|
|
| namespace mojo {
|
| -namespace internal {
|
|
|
| SyncHandleWatcher::SyncHandleWatcher(
|
| const Handle& handle,
|
| @@ -74,5 +73,4 @@ void SyncHandleWatcher::DecrementRegisterCount() {
|
| }
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace mojo
|
|
|