| Index: chrome_frame/test/net/test_automation_provider.h
|
| diff --git a/chrome_frame/test/net/test_automation_provider.h b/chrome_frame/test/net/test_automation_provider.h
|
| index 209a069c90c123e567917874f3c2ab2c45803205..0c00d631add8b53b54f84a7b12b898031490aee2 100644
|
| --- a/chrome_frame/test/net/test_automation_provider.h
|
| +++ b/chrome_frame/test/net/test_automation_provider.h
|
| @@ -30,8 +30,8 @@ class TestAutomationProviderDelegate {
|
| class TestAutomationProvider
|
| : public AutomationProvider {
|
| public:
|
| - explicit TestAutomationProvider(Profile* profile,
|
| - TestAutomationProviderDelegate* delegate);
|
| + TestAutomationProvider(Profile* profile,
|
| + TestAutomationProviderDelegate* delegate);
|
|
|
| virtual ~TestAutomationProvider();
|
|
|
|
|