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

Unified Diff: components/sync/engine/attachments/attachment_store_frontend_unittest.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/attachments/attachment_downloader.h ('k') | components/sync/engine/engine_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/attachments/attachment_store_frontend_unittest.cc
diff --git a/components/sync/engine/attachments/attachment_store_frontend_unittest.cc b/components/sync/engine/attachments/attachment_store_frontend_unittest.cc
index d2182034ecfbb2fc44809c01c123dbd6edff24b1..99b25fcc90ef04a03944bb9817086e7ee7c621b7 100644
--- a/components/sync/engine/attachments/attachment_store_frontend_unittest.cc
+++ b/components/sync/engine/attachments/attachment_store_frontend_unittest.cc
@@ -228,7 +228,7 @@ TEST_F(AttachmentStoreFrontendTest, MethodsCalled) {
// Releasing referehce to AttachmentStoreFrontend should result in
// MockAttachmentStore being deleted on backend loop.
- attachment_store_frontend_ = NULL;
+ attachment_store_frontend_ = nullptr;
EXPECT_EQ(dtor_call_count_, 0);
RunMessageLoop();
EXPECT_EQ(dtor_call_count_, 1);
« no previous file with comments | « components/sync/engine/attachments/attachment_downloader.h ('k') | components/sync/engine/engine_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698