| Index: chrome/browser/automation/automation_provider_observers.h
|
| diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
|
| index 88688637387e08d1067b5522b02be6b5410c79e5..6cbe1bd0af5ffcc8758bd884bdf44d0d53090ed8 100644
|
| --- a/chrome/browser/automation/automation_provider_observers.h
|
| +++ b/chrome/browser/automation/automation_provider_observers.h
|
| @@ -439,7 +439,7 @@ class ExecuteBrowserCommandObserver : public NotificationObserver {
|
| bool GetNotificationType(int command, NotificationType::Type* type);
|
|
|
| NotificationRegistrar registrar_;
|
| - AutomationProvider* automation_;
|
| + scoped_refptr<AutomationProvider> automation_;
|
| NotificationType::Type notification_type_;
|
| IPC::Message* reply_message_;
|
|
|
|
|