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

Unified Diff: chrome/browser/sync/test/integration/sync_app_list_helper.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: chrome/browser/sync/test/integration/sync_app_list_helper.cc
diff --git a/chrome/browser/sync/test/integration/sync_app_list_helper.cc b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
index 487209ec48652321f3795e764d0121c37410e004..40c47ef6f30529de0293457ac4df71df8d38f31b 100644
--- a/chrome/browser/sync/test/integration/sync_app_list_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
@@ -29,7 +29,8 @@ SyncAppListHelper* SyncAppListHelper::GetInstance() {
return instance;
}
-SyncAppListHelper::SyncAppListHelper() : test_(NULL), setup_completed_(false) {}
+SyncAppListHelper::SyncAppListHelper()
+ : test_(nullptr), setup_completed_(false) {}
SyncAppListHelper::~SyncAppListHelper() {}

Powered by Google App Engine
This is Rietveld 408576698