Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(937)

Unified Diff: components/sync/model/fake_syncable_service.h

Issue 2427803002: [Sync] Replacing NULL with nullptr in code and null in comments for components/sync/ (Closed)
Patch Set: Rebase and fixing conflict. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698