| Index: base/callback.h
|
| diff --git a/base/callback.h b/base/callback.h
|
| index 318bff09b84f5d2c2a47c63817eea3a6e47a6334..84abef9394e9f434f350d7100c9f68a0e9c2b2a7 100644
|
| --- a/base/callback.h
|
| +++ b/base/callback.h
|
| @@ -19,8 +19,8 @@
|
| // Closure should #include "base/callback_forward.h" instead of this file.
|
|
|
| // New, super-duper, unified Callback system. This will eventually replace
|
| -// NewRunnableMethod, NewRunnableFunction, CreateFunctor, and CreateCallback
|
| -// systems currently in the Chromium code base.
|
| +// NewRunnableMethod, CreateFunctor, and CreateCallback systems currently in the
|
| +// Chromium code base.
|
| //
|
| // WHAT IS THIS:
|
| //
|
|
|