| Index: components/browser_sync/profile_sync_service.h
|
| diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
|
| index d6a64a3a411ff2700f9b450159d4a6a4dbfdbf2e..7d1e8a6ed65cb56d3222818ea5e5884aefd1b2f0 100644
|
| --- a/components/browser_sync/profile_sync_service.h
|
| +++ b/components/browser_sync/profile_sync_service.h
|
| @@ -468,7 +468,7 @@ class ProfileSyncService : public syncer::SyncService,
|
| // server.
|
| bool HasUnsyncedItems() const;
|
|
|
| - // Used by ProfileSyncServiceHarness. May return NULL.
|
| + // Used by ProfileSyncServiceHarness. May return null.
|
| syncer::BackendMigrator* GetBackendMigratorForTest();
|
|
|
| // Used by tests to inspect interaction with OAuth2TokenService.
|
|
|