| Index: components/sync/engine_impl/net/server_connection_manager.h
|
| diff --git a/components/sync/engine_impl/net/server_connection_manager.h b/components/sync/engine_impl/net/server_connection_manager.h
|
| index 53ad716abad7f12910167f078edcd58baefeeb7a..b3aee3b917f041212b18302ffbc74547518233f9 100644
|
| --- a/components/sync/engine_impl/net/server_connection_manager.h
|
| +++ b/components/sync/engine_impl/net/server_connection_manager.h
|
| @@ -230,7 +230,7 @@ class ServerConnectionManager : public CancelationObserver {
|
|
|
| // Helper to check terminated flags and build a Connection object, installing
|
| // it as the |active_connection_|. If this ServerConnectionManager has been
|
| - // terminated, this will return NULL.
|
| + // terminated, this will return null.
|
| Connection* MakeActiveConnection();
|
|
|
| // Called by Connection objects as they are destroyed to allow the
|
|
|