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

Unified Diff: chrome/browser/chromeos/contacts/contact_test_util.h

Issue 10827406: contacts: Rename provider_id to contact_id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 4 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
Index: chrome/browser/chromeos/contacts/contact_test_util.h
diff --git a/chrome/browser/chromeos/contacts/contact_test_util.h b/chrome/browser/chromeos/contacts/contact_test_util.h
index 4a61cde8b6861f66986eac4be576fc88069e7a7e..ac453e6feed1b346d7b0da8e6c5452e1559617b5 100644
--- a/chrome/browser/chromeos/contacts/contact_test_util.h
+++ b/chrome/browser/chromeos/contacts/contact_test_util.h
@@ -37,11 +37,11 @@ void CopyContacts(const ScopedVector<Contact>& source,
ScopedVector<Contact>* dest);
// Initializes |contact| with the passed-in data. The photo and all address
-// fields are cleared. |provider_id| corresponds to Contact::provider_id,
+// fields are cleared. |contact_id| corresponds to Contact::contact_id,
// |deleted| to Contact::deleted, and a unique string should be passed to
// |name_suffix| to make the name-related fields be distinct from those in other
// contacts.
-void InitContact(const std::string& provider_id,
+void InitContact(const std::string& contact_id,
const std::string& name_suffix,
bool deleted,
Contact* contact);
« no previous file with comments | « chrome/browser/chromeos/contacts/contact_store.h ('k') | chrome/browser/chromeos/contacts/contact_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698