Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index_unittest.cc48 FilePath history_proto_path; in SetUp() local
49 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()