Searched refs:template_dict (Results 1 – 1 of 1) sorted by relevance
58 DictionaryValue* template_dict(new DictionaryValue()); in TEST_F() local59 EXPECT_CALL(*delegate_, Load()).WillOnce(Return(template_dict)); in TEST_F()64 EXPECT_TRUE(loaded_dict->Equals(template_dict)); in TEST_F()