Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: chrome/browser/ui/webui/chromeos/system_info_ui.h

Issue 10827130: Refactoring the SysInfoProvider. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/browser/ui/webui/chromeos/system_info_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698