Searched refs:history_proto_path (Results 1 – 1 of 1) sorted by relevance
48 FilePath history_proto_path; in SetUp() local49 PathService::Get(chrome::DIR_TEST_DATA, &history_proto_path); in SetUp()50 history_proto_path = history_proto_path.Append( in SetUp()52 history_proto_path = history_proto_path.Append(TestDBName()); in SetUp()53 EXPECT_TRUE(file_util::PathExists(history_proto_path)); in SetUp()55 std::ifstream proto_file(history_proto_path.value().c_str()); in SetUp()