| Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h (revision 117871)
|
| +++ chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h (working copy)
|
| @@ -20,7 +20,6 @@
|
| CoreChromeOSOptionsHandler();
|
| virtual ~CoreChromeOSOptionsHandler();
|
|
|
| - protected:
|
| // ::CoreOptionsHandler overrides
|
| virtual void Initialize() OVERRIDE;
|
| virtual base::Value* FetchPref(const std::string& pref_name) OVERRIDE;
|
| @@ -30,6 +29,7 @@
|
| const std::string& metric) OVERRIDE;
|
| virtual void StopObservingPref(const std::string& path) OVERRIDE;
|
|
|
| + protected:
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
|
|