| Index: components/sync/driver/non_ui_data_type_controller.h
|
| diff --git a/components/sync/driver/non_ui_data_type_controller.h b/components/sync/driver/non_ui_data_type_controller.h
|
| index 79947d40f5cac39a0554accddea7a2783bf1ccf5..3b01e15ec92812378745b155a0c288603302c24f 100644
|
| --- a/components/sync/driver/non_ui_data_type_controller.h
|
| +++ b/components/sync/driver/non_ui_data_type_controller.h
|
| @@ -90,9 +90,9 @@ class NonUIDataTypeController : public DirectoryDataTypeController {
|
| const scoped_refptr<SharedChangeProcessor>& shared_change_processor);
|
|
|
| // Calls Disconnect() on |shared_change_processor_|, then sets it to
|
| - // NULL. Must be called only by StartDoneImpl() or Stop() (on the
|
| + // null. Must be called only by StartDoneImpl() or Stop() (on the
|
| // UI thread) and only after a call to Start() (i.e.,
|
| - // |shared_change_processor_| must be non-NULL).
|
| + // |shared_change_processor_| must be non-null).
|
| void DisconnectSharedChangeProcessor();
|
|
|
| // Posts StopLocalService() to the processor on the model type thread.
|
|
|