#include "chrome/browser/performance_manager/policies/background_tab_loading_policy_helpers.h"
#include <math.h>
#include "base/rand_util.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace performance_manager {
namespace policies {
namespace {
class BackgroundTabLoadingPolicyHelpersTest : public ::testing::Test { … };
}
TEST_F(BackgroundTabLoadingPolicyHelpersTest,
CalculateMaxSimultaneousTabLoads) { … }
TEST_F(BackgroundTabLoadingPolicyHelpersTest, CalculateAgeScore) { … }
}
}