Searched defs:BrandForTesting (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand.h43 class BrandForTesting { class in namespace:google_brand
45 explicit BrandForTesting(const std::string& brand);
46 ~BrandForTesting();
50 DISALLOW_COPY_AND_ASSIGN(BrandForTesting);
H A Dgoogle_brand.cc134 // BrandForTesting ------------------------------------------------------------
136 BrandForTesting::BrandForTesting(const std::string& brand) : brand_(brand) { function in class:google_brand::BrandForTesting
141 BrandForTesting::~BrandForTesting() {

Completed in 79 milliseconds