| Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/sim_unlock_ui.h (revision 117871)
|
| +++ chrome/browser/ui/webui/chromeos/sim_unlock_ui.h (working copy)
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_BROWSER_UI_WEBUI_CHROMEOS_SIM_UNLOCK_UI_H_
|
| #pragma once
|
|
|
| -#include "content/browser/webui/web_ui.h"
|
| #include "content/public/browser/web_ui_controller.h"
|
|
|
| namespace chromeos {
|
| @@ -15,9 +14,9 @@
|
| // in Chrome OS for specific tasks:
|
| // - Unlock SIM card (enter PIN/PUK codes).
|
| // - Display "SIM card is blocked" message when there're no PUK tries left.
|
| -class SimUnlockUI : public WebUI, public content::WebUIController {
|
| +class SimUnlockUI : public content::WebUIController {
|
| public:
|
| - explicit SimUnlockUI(content::WebContents* contents);
|
| + explicit SimUnlockUI(WebUI* web_ui);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SimUnlockUI);
|
|
|