| Index: chrome/browser/plugin_updater.cc
|
| ===================================================================
|
| --- chrome/browser/plugin_updater.cc (revision 91771)
|
| +++ chrome/browser/plugin_updater.cc (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_content_client.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/browser/browser_thread.h"
|
| @@ -73,7 +74,7 @@
|
| void PluginUpdater::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - DCHECK_EQ(NotificationType::PREF_CHANGED, type.value);
|
| + DCHECK_EQ(chrome::PREF_CHANGED, type.value);
|
| const std::string* pref_name = Details<std::string>(details).ptr();
|
| if (!pref_name) {
|
| NOTREACHED();
|
|
|