| Index: chrome/browser/automation/chrome_frame_automation_provider.h
|
| diff --git a/chrome/browser/automation/chrome_frame_automation_provider.h b/chrome/browser/automation/chrome_frame_automation_provider.h
|
| index e590b5fd67a2b6547556df6e1290548768024f94..204b653380df189704a8b0cf80164ee0182e7365 100644
|
| --- a/chrome/browser/automation/chrome_frame_automation_provider.h
|
| +++ b/chrome/browser/automation/chrome_frame_automation_provider.h
|
| @@ -24,7 +24,7 @@ class ChromeFrameAutomationProvider : public AutomationProvider {
|
| explicit ChromeFrameAutomationProvider(Profile* profile);
|
| virtual ~ChromeFrameAutomationProvider();
|
|
|
| - // IPC::Channel::Listener overrides.
|
| + // IPC::Listener overrides.
|
| virtual bool OnMessageReceived(const IPC::Message& message);
|
|
|
| protected:
|
|
|