Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc (revision 91771) |
+++ chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc (working copy) |
@@ -64,7 +64,7 @@ |
// Ignore the notification if this instance had caused it. |
if (handling_change_) |
return; |
- if (type == NotificationType::SYSTEM_SETTING_CHANGED) { |
+ if (type == chrome::SYSTEM_SETTING_CHANGED) { |
NotifySettingsChanged(Details<std::string>(details).ptr()); |
return; |
} |