Searched refs:check_brand (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/rlz/
H A Drlz_unittest.cc204 std::string check_brand; local
205 google_brand::GetBrand(&check_brand);
206 EXPECT_EQ(brand, check_brand);
213 std::string check_brand; local
214 google_brand::GetReactivationBrand(&check_brand);
215 EXPECT_EQ(brand, check_brand);

Completed in 78 milliseconds