| Index: chrome/browser/automation/automation_provider_observers.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider_observers.h (revision 91771)
|
| +++ chrome/browser/automation/automation_provider_observers.h (working copy)
|
| @@ -531,11 +531,11 @@
|
|
|
| bool Register(int command);
|
|
|
| - bool GetNotificationType(int command, NotificationType::Type* type);
|
| + bool GetNotificationType(int command, int* type);
|
|
|
| NotificationRegistrar registrar_;
|
| base::WeakPtr<AutomationProvider> automation_;
|
| - NotificationType::Type notification_type_;
|
| + int notification_type_;
|
| scoped_ptr<IPC::Message> reply_message_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExecuteBrowserCommandObserver);
|
|
|