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

Unified Diff: chrome/browser/sync/sync_global_error_factory.h

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
« no previous file with comments | « chrome/browser/sync/sync_global_error.cc ('k') | chrome/browser/sync/sync_global_error_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/sync/sync_global_error.cc ('k') | chrome/browser/sync/sync_global_error_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698