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

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: Fixing start of sentence capitlization. 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
« no previous file with comments | « components/sync/engine_impl/test_entry_factory.h ('k') | components/sync/model/syncable_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « components/sync/engine_impl/test_entry_factory.h ('k') | components/sync/model/syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698