| Index: chrome/browser/ui/webui/chromeos/system_info_ui.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/system_info_ui.h b/chrome/browser/ui/webui/chromeos/system_info_ui.h
|
| index 4910c32624c717f44e8ac264b5e9e75ac6f0ddc3..255ce21986d1ee9215ce859374c8ad33a5a46c4c 100644
|
| --- a/chrome/browser/ui/webui/chromeos/system_info_ui.h
|
| +++ b/chrome/browser/ui/webui/chromeos/system_info_ui.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include "content/public/browser/web_ui_controller.h"
|
|
|
| +namespace chromeos {
|
| +
|
| class SystemInfoUI : public content::WebUIController {
|
| public:
|
| explicit SystemInfoUI(content::WebUI* web_ui);
|
| @@ -15,4 +17,6 @@ class SystemInfoUI : public content::WebUIController {
|
| DISALLOW_COPY_AND_ASSIGN(SystemInfoUI);
|
| };
|
|
|
| +} // namespace chromeos
|
| +
|
| #endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_SYSTEM_INFO_UI_H_
|
|
|