Home
last modified time | relevance | path

Searched refs:template_dict (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/policy/
Dasynchronous_policy_loader_unittest.cc58 DictionaryValue* template_dict(new DictionaryValue()); in TEST_F() local
59 EXPECT_CALL(*delegate_, Load()).WillOnce(Return(template_dict)); in TEST_F()
64 EXPECT_TRUE(loaded_dict->Equals(template_dict)); in TEST_F()