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/driver/glue/sync_backend_host_mock.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
Index: components/sync/driver/glue/sync_backend_host_mock.cc
diff --git a/components/sync/driver/glue/sync_backend_host_mock.cc b/components/sync/driver/glue/sync_backend_host_mock.cc
index f02c4a559a53f28c9f876f86944b380a39dfe449..bfe2afce586bce60638c050e23c586be7d423793 100644
--- a/components/sync/driver/glue/sync_backend_host_mock.cc
+++ b/components/sync/driver/glue/sync_backend_host_mock.cc
@@ -81,7 +81,7 @@ void SyncBackendHostMock::ActivateNonBlockingDataType(
void SyncBackendHostMock::DeactivateNonBlockingDataType(ModelType type) {}
UserShare* SyncBackendHostMock::GetUserShare() const {
- return NULL;
+ return nullptr;
}
SyncBackendHost::Status SyncBackendHostMock::GetDetailedStatus() {
@@ -119,7 +119,7 @@ void SyncBackendHostMock::GetModelSafeRoutingInfo(
void SyncBackendHostMock::FlushDirectory() const {}
base::MessageLoop* SyncBackendHostMock::GetSyncLoopForTesting() {
- return NULL;
+ return nullptr;
}
void SyncBackendHostMock::RefreshTypesForTest(ModelTypeSet types) {}
« no previous file with comments | « components/sync/driver/glue/sync_backend_host_mock.h ('k') | components/sync/driver/glue/sync_backend_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698