Index: chrome/browser/chromeos/contacts/fake_contact_store.h |
diff --git a/chrome/browser/chromeos/contacts/fake_contact_store.h b/chrome/browser/chromeos/contacts/fake_contact_store.h |
index 9c9fdb8d33b4d680fa2c4cf5b96347febb2b8529..2a5dd01324aab4d20d10e21347d6811b5ccfea68 100644 |
--- a/chrome/browser/chromeos/contacts/fake_contact_store.h |
+++ b/chrome/browser/chromeos/contacts/fake_contact_store.h |
@@ -73,7 +73,8 @@ class FakeContactStoreFactory : public ContactStoreFactory { |
permit_store_creation_ = permit; |
} |
- // Returns the FakeContactStore previously created for |profile|. |
+ // Returns the FakeContactStore previously created for |profile|, or NULL if |
+ // no store has been created for it. |
FakeContactStore* GetContactStoreForProfile(Profile* profile); |
// Removes |store| from |stores_| after being called by a FakeContactStore's |