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

Unified Diff: components/sync/driver/about_sync_util.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/about_sync_util.h
diff --git a/components/sync/driver/about_sync_util.h b/components/sync/driver/about_sync_util.h
index f81a927a1a17221e664792027b87fb1c082afc44..df016d8121b32a4dbb7c6d8d14c29c1024c4bd59 100644
--- a/components/sync/driver/about_sync_util.h
+++ b/components/sync/driver/about_sync_util.h
@@ -65,7 +65,7 @@ extern const char kUpdate[];
// This function returns a DictionaryValue which contains all the information
// required to populate the 'About' tab of about:sync.
-// Note that |service| may be NULL.
+// Note that |service| may be null.
std::unique_ptr<base::DictionaryValue> ConstructAboutInformation(
SyncService* service,
SigninManagerBase* signin,
« no previous file with comments | « components/sync/device_info/device_info_sync_service.cc ('k') | components/sync/driver/about_sync_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698