diff options
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 9c6f216..6b0104e 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -69,7 +69,7 @@ class PrefRegistrySyncable; } // Instead of adding more members to Profile, consider creating a -// BrowserContextKeyedService. See +// KeyedService. See // http://dev.chromium.org/developers/design-documents/profile-architecture class Profile : public content::BrowserContext { public: |