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, 2 insertions, 0 deletions
diff --git a/chrome/browser/plugin_data_remover_helper.cc b/chrome/browser/plugin_data_remover_helper.cc index 24d238c..f6ccc02 100644 --- a/chrome/browser/plugin_data_remover_helper.cc +++ b/chrome/browser/plugin_data_remover_helper.cc @@ -16,6 +16,8 @@ #include "content/public/browser/browser_thread.h" #include "content/public/browser/notification_source.h" +using content::BrowserThread; + PluginDataRemoverHelper::PluginDataRemoverHelper() : profile_(NULL), ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) {} |