| Index: ash/accelerators/accelerator_controller.h
|
| diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
|
| index 8d2d61fe34885ffe809b39f6be7bcc1b6f5bf863..b121807e7f194a2e559980b8c91dd5c410ef13ac 100644
|
| --- a/ash/accelerators/accelerator_controller.h
|
| +++ b/ash/accelerators/accelerator_controller.h
|
| @@ -56,7 +56,8 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
|
| virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
| virtual bool CanHandleAccelerators() const OVERRIDE;
|
|
|
| - void SetScreenshotDelegate(ScreenshotDelegate* screenshot_delegate);
|
| + void SetScreenshotDelegate(
|
| + scoped_ptr<ScreenshotDelegate> screenshot_delegate);
|
| void SetCapsLockDelegate(scoped_ptr<CapsLockDelegate> caps_lock_delegate);
|
|
|
| private:
|
|
|