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

Unified Diff: components/sync_sessions/favicon_cache.cc

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_sessions/favicon_cache.cc
diff --git a/components/sync_sessions/favicon_cache.cc b/components/sync_sessions/favicon_cache.cc
index e963d7e384aaaaa79c3abe763fd41ed6aba9de4c..dff0ae06ccafdc6ca8919f0c1be5da98afbc7409 100644
--- a/components/sync_sessions/favicon_cache.cc
+++ b/components/sync_sessions/favicon_cache.cc
@@ -58,7 +58,7 @@ struct LocalFaviconUpdateInfo {
: new_image(false),
new_tracking(false),
image_needs_rewrite(false),
- favicon_info(NULL) {}
+ favicon_info(nullptr) {}
bool new_image;
bool new_tracking;

Powered by Google App Engine
This is Rietveld 408576698