| Index: components/sync/model/fake_syncable_service.h
|
| diff --git a/components/sync/model/fake_syncable_service.h b/components/sync/model/fake_syncable_service.h
|
| index 8eab3893e4cdd00693cfe30725a1b889c0d0f65d..eff2f4b664d8b9c1558b4cae83c2a4ffce56f656 100644
|
| --- a/components/sync/model/fake_syncable_service.h
|
| +++ b/components/sync/model/fake_syncable_service.h
|
| @@ -28,7 +28,7 @@ class FakeSyncableService : public SyncableService {
|
| void set_attachment_store(std::unique_ptr<AttachmentStore> attachment_store);
|
|
|
| // AttachmentService should be set when this syncable service is connected,
|
| - // just before MergeDataAndStartSyncing. NULL is returned by default.
|
| + // just before MergeDataAndStartSyncing. Null is returned by default.
|
| const AttachmentService* attachment_service() const;
|
|
|
| // Whether we're syncing or not. Set on a successful MergeDataAndStartSyncing,
|
|
|