Chromium Code Reviews| 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..f69724e8a35795082129dd6e7dadb50eda90c8af 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. |
|
maxbogue
2016/10/17 20:33:14
nit: Null (sentences begin with capital letters.)
skym
2016/10/17 20:36:00
Done.
|
| const AttachmentService* attachment_service() const; |
| // Whether we're syncing or not. Set on a successful MergeDataAndStartSyncing, |