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

/external/chromium_org/chrome/installer/util/
H A Dshell_util_unittest.cc646 std::pair<base::FilePath, base::string16> shortcut3 = local
650 EXPECT_EQ(shortcut3_path, shortcut3.first);
651 EXPECT_EQ(L"foo.com", shortcut3.second);
666 shortcut3 = shortcuts[0].first == shortcut3_path ? shortcuts[0] :
670 EXPECT_EQ(shortcut3_path, shortcut3.first);
671 EXPECT_EQ(L"foo.com", shortcut3.second);

Completed in 769 milliseconds