diff options
Diffstat (limited to 'chrome/browser/plugin_data_remover_helper.cc')
-rw-r--r-- | chrome/browser/plugin_data_remover_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_data_remover_helper.cc b/chrome/browser/plugin_data_remover_helper.cc index 8bc80e1..e922cc3 100644 --- a/chrome/browser/plugin_data_remover_helper.cc +++ b/chrome/browser/plugin_data_remover_helper.cc @@ -14,7 +14,7 @@ #include "chrome/common/chrome_notification_types.h" #include "content/browser/browser_thread.h" #include "content/browser/plugin_service.h" -#include "content/common/notification_service.h" +#include "content/public/browser/notification_source.h" PluginDataRemoverHelper::PluginDataRemoverHelper() : profile_(NULL), |