Index: chrome/browser/plugin_data_remover_helper.cc |
diff --git a/chrome/browser/plugin_data_remover_helper.cc b/chrome/browser/plugin_data_remover_helper.cc |
index 24d238c9b13176809ac29a16d55da73ad45092ce..f6ccc02135e5bec4461961ca4a6149db4b17cbf9 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)) {} |