| Index: chrome_frame/test/automation_client_mock.h
|
| diff --git a/chrome_frame/test/automation_client_mock.h b/chrome_frame/test/automation_client_mock.h
|
| index 986d56a0dc121e2ce0200431e8673278ae29abec..c453378eba1fb3d73aecb510ed18e6d66e12802e 100644
|
| --- a/chrome_frame/test/automation_client_mock.h
|
| +++ b/chrome_frame/test/automation_client_mock.h
|
| @@ -12,6 +12,7 @@
|
| #include "chrome_frame/chrome_frame_automation.h"
|
| #include "chrome_frame/test/chrome_frame_test_utils.h"
|
| #include "chrome_frame/test/proxy_factory_mock.h"
|
| +#include "chrome_frame/utils.h"
|
| #include "gmock/gmock.h"
|
|
|
| using testing::StrictMock;
|
| @@ -169,9 +170,8 @@ class CFACMockTest : public testing::Test {
|
| protected:
|
| CFACMockTest()
|
| : tracker_(NULL), timeout_(500),
|
| - returned_proxy_(static_cast<ChromeFrameAutomationProxy*>(&mock_proxy_)),
|
| - profile_path_(
|
| - chrome_frame_test::GetProfilePath(L"Adam.N.Epilinter")) {
|
| + returned_proxy_(static_cast<ChromeFrameAutomationProxy*>(&mock_proxy_)) {
|
| + GetChromeFrameProfilePath(&profile_path_, L"Adam.N.Epilinter")
|
| id_ = reinterpret_cast<void*>(5);
|
| tab_handle_ = 3;
|
| }
|
|
|