| Index: chrome/browser/chromeos/status/clock_menu_button.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/status/clock_menu_button.cc (revision 91771)
|
| +++ chrome/browser/chromeos/status/clock_menu_button.cc (working copy)
|
| @@ -101,7 +101,7 @@
|
| void ClockMenuButton::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - if (type == NotificationType::PREF_CHANGED) {
|
| + if (type == chrome::PREF_CHANGED) {
|
| std::string* pref_name = Details<std::string>(details).ptr();
|
| if (*pref_name == prefs::kUse24HourClock) {
|
| UpdateText();
|
|
|