| 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 a2660b7dfd04f588674d86b79fdc5ff13fbfbc58..cbbbc5aa020f8d0c4971a2ce2152248c1a7de87c 100644
|
| --- a/chrome_frame/test/automation_client_mock.h
|
| +++ b/chrome_frame/test/automation_client_mock.h
|
| @@ -169,7 +169,7 @@ class CFACMockTest : public testing::Test {
|
|
|
| protected:
|
| CFACMockTest()
|
| - : tracker_(NULL), timeout_(500),
|
| + : timeout_(500),
|
| returned_proxy_(static_cast<ChromeFrameAutomationProxy*>(&mock_proxy_)) {
|
| GetChromeFrameProfilePath(L"Adam.N.Epilinter", &profile_path_);
|
| id_ = reinterpret_cast<void*>(5);
|
|
|