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

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc217 base::FilePath history_proto_path; local
218 PathService::Get(chrome::DIR_TEST_DATA, &history_proto_path);
219 history_proto_path = history_proto_path.Append(
221 history_proto_path = history_proto_path.Append(TestDBName());
222 EXPECT_TRUE(base::PathExists(history_proto_path));
224 std::ifstream proto_file(history_proto_path.value().c_str());

Completed in 83 milliseconds