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

Unified Diff: components/sync/engine/model_safe_worker.cc

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/engine_util.cc ('k') | components/sync/engine/net/http_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/model_safe_worker.cc
diff --git a/components/sync/engine/model_safe_worker.cc b/components/sync/engine/model_safe_worker.cc
index fd0cb3ef7ab13c38d67517b85722fb447abe1224..c9d2d38f3620ddd0e18ee4987cf87c37496bbe9d 100644
--- a/components/sync/engine/model_safe_worker.cc
+++ b/components/sync/engine/model_safe_worker.cc
@@ -124,7 +124,7 @@ void ModelSafeWorker::WillDestroyCurrentMessageLoop() {
{
base::AutoLock l(working_task_runner_lock_);
- working_task_runner_ = NULL;
+ working_task_runner_ = nullptr;
}
if (observer_)
« no previous file with comments | « components/sync/engine/engine_util.cc ('k') | components/sync/engine/net/http_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698