| Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/sim_unlock_ui.h (revision 116011)
|
| +++ chrome/browser/ui/webui/chromeos/sim_unlock_ui.h (working copy)
|
| @@ -16,7 +16,7 @@
|
| // - Display "SIM card is blocked" message when there're no PUK tries left.
|
| class SimUnlockUI : public ChromeWebUI {
|
| public:
|
| - explicit SimUnlockUI(TabContents* contents);
|
| + explicit SimUnlockUI(content::WebContents* contents);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SimUnlockUI);
|
|
|