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

Unified Diff: chrome/browser/sync/test/integration/fake_server_invalidation_service.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/fake_server_invalidation_service.cc
diff --git a/chrome/browser/sync/test/integration/fake_server_invalidation_service.cc b/chrome/browser/sync/test/integration/fake_server_invalidation_service.cc
index 457c8488c3f8ff2484368e4927deb52173545e7f..838f07bb4a631d98bc8c6b634ae7076458e8faff 100644
--- a/chrome/browser/sync/test/integration/fake_server_invalidation_service.cc
+++ b/chrome/browser/sync/test/integration/fake_server_invalidation_service.cc
@@ -48,7 +48,7 @@ std::string FakeServerInvalidationService::GetInvalidatorClientId() const {
invalidation::InvalidationLogger*
FakeServerInvalidationService::GetInvalidationLogger() {
- return NULL;
+ return nullptr;
}
void FakeServerInvalidationService::RequestDetailedStatus(
« no previous file with comments | « chrome/browser/sync/test/integration/bookmarks_helper.cc ('k') | chrome/browser/sync/test/integration/migration_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698