| Index: chrome/browser/automation/automation_provider_observers.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider_observers.h (revision 95268)
|
| +++ chrome/browser/automation/automation_provider_observers.h (working copy)
|
| @@ -1258,7 +1258,7 @@
|
| // Allows the automation provider to wait for a save package notification.
|
| class SavePackageNotificationObserver : public NotificationObserver {
|
| public:
|
| - SavePackageNotificationObserver(SavePackage* save_package,
|
| + SavePackageNotificationObserver(DownloadManager* download_manager,
|
| AutomationProvider* automation,
|
| IPC::Message* reply_message);
|
| virtual ~SavePackageNotificationObserver();
|
|
|