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

Unified Diff: chrome/browser/chromeos/contacts/contact_map_unittest.cc

Issue 10910162: contacts: Apply nits to ContactMap class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/chromeos/contacts/contact_map.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/contacts/contact_map_unittest.cc
diff --git a/chrome/browser/chromeos/contacts/contact_map_unittest.cc b/chrome/browser/chromeos/contacts/contact_map_unittest.cc
index 3fd14d4e4249e2c9724d59f369d34ff76cf8011c..c8e1d53263609a85ad4c0d5e60bb0c96f843c5f5 100644
--- a/chrome/browser/chromeos/contacts/contact_map_unittest.cc
+++ b/chrome/browser/chromeos/contacts/contact_map_unittest.cc
@@ -14,9 +14,7 @@
namespace contacts {
namespace test {
-typedef testing::Test ContactMapTest;
-
-TEST_F(ContactMapTest, Merge) {
+TEST(ContactMapTest, Merge) {
ContactMap map;
EXPECT_TRUE(map.empty());
EXPECT_EQ(0U, map.size());
« no previous file with comments | « chrome/browser/chromeos/contacts/contact_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698