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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_task_manager.h

Issue 610223002: [SyncFS] Use nullptr instead of NULL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: chrome/browser/sync_file_system/drive_backend/sync_task_manager.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h
index 0236016a77e08e82fb0ebd3752c0f8b28fe79f6f..2bc67670f4213064bf1bec8dcb1e6284e9d62532 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h
@@ -163,7 +163,7 @@ class SyncTaskManager : public base::SupportsWeakPtr<SyncTaskManager> {
scoped_ptr<SyncTask> task);
// Runs a pending task as a foreground task if possible.
- // If |token| is non-NULL, put |token| back to |token_| beforehand.
+ // If |token| is non-nullptr, put |token| back to |token_| beforehand.
void MaybeStartNextForegroundTask(scoped_ptr<SyncTaskToken> token);
base::WeakPtr<Client> client_;

Powered by Google App Engine
This is Rietveld 408576698