| Index: components/sync/driver/directory_data_type_controller.h
|
| diff --git a/components/sync/driver/directory_data_type_controller.h b/components/sync/driver/directory_data_type_controller.h
|
| index bbe165f95013ed6f01d4f557b76f85f355738c87..fb5a560e593d0b4205133c382459efe8d3db0d68 100644
|
| --- a/components/sync/driver/directory_data_type_controller.h
|
| +++ b/components/sync/driver/directory_data_type_controller.h
|
| @@ -63,7 +63,7 @@ class DirectoryDataTypeController : public DataTypeController {
|
| virtual ModelSafeGroup model_safe_group() const = 0;
|
|
|
| // Access to the ChangeProcessor for the type being controlled by |this|.
|
| - // Returns NULL if the ChangeProcessor isn't created or connected.
|
| + // Returns null if the ChangeProcessor isn't created or connected.
|
| virtual ChangeProcessor* GetChangeProcessor() const = 0;
|
|
|
| SyncClient* const sync_client_;
|
|
|