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

Unified Diff: chrome/browser/ui/webui/options/chromeos/system_options_handler.h

Issue 7867044: PART1: Initiated the SignedSettings refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on ToT (solved merging conflict). Created 9 years, 1 month 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/options/chromeos/system_options_handler.h
diff --git a/chrome/browser/ui/webui/options/chromeos/system_options_handler.h b/chrome/browser/ui/webui/options/chromeos/system_options_handler.h
index 709d304fe3558c67ca5167a423308e95cc4dc278..522b666daa96127f1756b82f6efad3be03b79628 100644
--- a/chrome/browser/ui/webui/options/chromeos/system_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/system_options_handler.h
@@ -7,7 +7,7 @@
#pragma once
#include "base/memory/weak_ptr.h"
-#include "chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h"
+#include "chrome/browser/ui/webui/options/options_ui.h"
namespace base {
class DictionaryValue;
@@ -15,7 +15,7 @@ class DictionaryValue;
// ChromeOS system options page UI handler.
class SystemOptionsHandler
- : public chromeos::CrosOptionsPageUIHandler,
+ : public OptionsPageUIHandler,
public base::SupportsWeakPtr<SystemOptionsHandler> {
public:
SystemOptionsHandler();

Powered by Google App Engine
This is Rietveld 408576698