| Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| index ea7825eb1fc1d8ddda6a7eef12696390d849a906..a5be6bd995bd7d4fdc2505526c1fc1cb4ddb0ea2 100644
|
| --- a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| @@ -170,6 +170,10 @@ class SimUnlockHandler : public WebUIMessageHandler,
|
| }
|
|
|
| private:
|
| + friend class base::RefCountedThreadSafe<TaskProxy>;
|
| +
|
| + ~TaskProxy() {}
|
| +
|
| base::WeakPtr<SimUnlockHandler> handler_;
|
|
|
| // Pending code input (PIN/PUK).
|
|
|