| Index: chrome/browser/ui/webui/plugins_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/plugins_ui.h (revision 117388)
|
| +++ chrome/browser/ui/webui/plugins_ui.h (working copy)
|
| @@ -7,11 +7,12 @@
|
| #pragma once
|
|
|
| #include "content/browser/webui/web_ui.h"
|
| +#include "content/public/browser/web_ui_controller.h"
|
|
|
| class PrefService;
|
| class RefCountedMemory;
|
|
|
| -class PluginsUI : public WebUI {
|
| +class PluginsUI : public WebUI, public content::WebUIController {
|
| public:
|
| explicit PluginsUI(content::WebContents* contents);
|
|
|
|
|