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

Unified Diff: components/sync_bookmarks/bookmark_change_processor.h

Issue 2461463002: [Sync] Replacing NULL with nullptr/null throughout sync code. (Closed)
Patch Set: Reverted PROFILE_nullptr mistake. 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_bookmarks/bookmark_change_processor.h
diff --git a/components/sync_bookmarks/bookmark_change_processor.h b/components/sync_bookmarks/bookmark_change_processor.h
index 18dadaf9c1fa31eb283896c784a9b4956ccfbfa0..1c40d3a4956b82dc80b5c3c5bf22bb5a56f38179 100644
--- a/components/sync_bookmarks/bookmark_change_processor.h
+++ b/components/sync_bookmarks/bookmark_change_processor.h
@@ -243,7 +243,7 @@ class BookmarkChangeProcessor : public bookmarks::BookmarkModelObserver,
base::ThreadChecker thread_checker_;
- // The bookmark model we are processing changes from. Non-NULL when
+ // The bookmark model we are processing changes from. Non-null when
// |running_| is true.
bookmarks::BookmarkModel* bookmark_model_;
« no previous file with comments | « components/browser_sync/test_profile_sync_service.h ('k') | components/sync_bookmarks/bookmark_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698