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..4e84f8bcff5c0d96fa831d607682c5ce8384fe26 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(&profile_path_, L"Adam.N.Epilinter"); |
robertshield
2012/05/02 20:05:13
I'm confused, the prototype is:
// Sets |profile_p
Jói
2012/05/03 11:41:52
Whoops, forgot to upload latest. Uploaded now.
|
} |
// static |