| Index: chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| index ae413d3990681e5444fa5c308613d31363d5b166..afc7fa9193bb77cc6036b9da498ba5e71bcfe9f3 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/string16.h"
|
| #include "chrome/browser/chromeos/cros_settings_provider.h"
|
| -#include "chrome/browser/chromeos/system_access.h"
|
| +#include "chrome/browser/chromeos/system/timezone_settings.h"
|
| #include "third_party/icu/public/i18n/unicode/timezone.h"
|
|
|
| class Value;
|
| @@ -18,7 +18,7 @@ class ListValue;
|
| namespace chromeos {
|
|
|
| class SystemSettingsProvider : public CrosSettingsProvider,
|
| - public SystemAccess::Observer {
|
| + public system::TimezoneSettings::Observer {
|
| public:
|
| SystemSettingsProvider();
|
| virtual ~SystemSettingsProvider();
|
| @@ -27,7 +27,7 @@ class SystemSettingsProvider : public CrosSettingsProvider,
|
| virtual bool Get(const std::string& path, Value** out_value) const;
|
| virtual bool HandlesSetting(const std::string& path);
|
|
|
| - // Overridden from SystemAccess::Observer:
|
| + // Overridden from TimezoneSettings::Observer:
|
| virtual void TimezoneChanged(const icu::TimeZone& timezone);
|
|
|
| // Creates the map of timezones used by the options page.
|
|
|