| Index: chrome/browser/chromeos/preferences.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/preferences.cc (revision 91771)
|
| +++ chrome/browser/chromeos/preferences.cc (working copy)
|
| @@ -267,7 +267,7 @@
|
| void Preferences::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - if (type == NotificationType::PREF_CHANGED)
|
| + if (type == chrome::PREF_CHANGED)
|
| NotifyPrefChanged(Details<std::string>(details).ptr());
|
| }
|
|
|
|
|