| Index: base/callback_forward.h
|
| diff --git a/base/callback_forward.h b/base/callback_forward.h
|
| index ce4c3e7192d4d58571ccadf67c7661898c5357a2..13eed0eb0d2fd7e61f092698456fa92e04a46b3b 100644
|
| --- a/base/callback_forward.h
|
| +++ b/base/callback_forward.h
|
| @@ -32,8 +32,6 @@ class Callback;
|
| // will be used in a lot of APIs with delayed execution.
|
| using Closure = Callback<void()>;
|
|
|
| -namespace internal {
|
| -
|
| template <typename Signature>
|
| using OnceCallback = Callback<Signature,
|
| internal::CopyMode::MoveOnly,
|
| @@ -45,7 +43,6 @@ using RepeatingCallback = Callback<Signature,
|
| using OnceClosure = OnceCallback<void()>;
|
| using RepeatingClosure = RepeatingCallback<void()>;
|
|
|
| -} // namespace internal
|
| } // namespace base
|
|
|
| #endif // BASE_CALLBACK_FORWARD_H_
|
|
|