| Index: chrome/browser/sync/sync_global_error_factory.h
|
| diff --git a/chrome/browser/sync/sync_global_error_factory.h b/chrome/browser/sync/sync_global_error_factory.h
|
| index 19c25ddcf011c29fa85ef42958e1ee8199bf9423..2c75138726363ad5cc12a6c0368da1f1cb13cf7e 100644
|
| --- a/chrome/browser/sync/sync_global_error_factory.h
|
| +++ b/chrome/browser/sync/sync_global_error_factory.h
|
| @@ -18,7 +18,7 @@ class Profile;
|
| class SyncGlobalErrorFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| // Returns the instance of SyncGlobalError associated with this profile,
|
| - // creating one if none exists. In Ash, this will return NULL.
|
| + // creating one if none exists. In Ash, this will return null.
|
| static SyncGlobalError* GetForProfile(Profile* profile);
|
|
|
| // Returns an instance of the SyncGlobalErrorFactory singleton.
|
|
|