Index: chrome_frame/test/automation_client_mock.cc |
diff --git a/chrome_frame/test/automation_client_mock.cc b/chrome_frame/test/automation_client_mock.cc |
index 94a836ba1529d04ccd5496276de3cef63fa9f3d3..bcd63a757e0d220c1c27d437fac5a3aad9e5252a 100644 |
--- a/chrome_frame/test/automation_client_mock.cc |
+++ b/chrome_frame/test/automation_client_mock.cc |
@@ -123,7 +123,7 @@ FilePath CFACWithChrome::profile_path_; |
// static |
void CFACWithChrome::SetUpTestCase() { |
- profile_path_ = chrome_frame_test::GetProfilePath(L"Adam.N.Epilinter"); |
+ GetChromeFrameProfilePath(L"Adam.N.Epilinter", &profile_path_); |
} |
// static |