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

Unified Diff: components/sync/driver/model_associator.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
Index: components/sync/driver/model_associator.h
diff --git a/components/sync/driver/model_associator.h b/components/sync/driver/model_associator.h
index 67bf85e33ddb2dd4a2e1f24bc32b6502e962e71c..173789ff57eafffe0f466786428bd6ffd364b174 100644
--- a/components/sync/driver/model_associator.h
+++ b/components/sync/driver/model_associator.h
@@ -71,7 +71,7 @@ class PerDataTypeAssociatorInterface : public AssociatorInterface {
virtual int64_t GetSyncIdFromChromeId(const IDType& id) = 0;
// Returns the chrome node for the given sync id.
- // Returns NULL if no node is found for the given sync id.
+ // Returns null if no node is found for the given sync id.
virtual const Node* GetChromeNodeFromSyncId(int64_t sync_id) = 0;
// Initializes the given sync node from the given chrome node id.
« no previous file with comments | « components/sync/driver/model_association_manager_unittest.cc ('k') | components/sync/driver/non_ui_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698