Index: content/browser/plugin_data_remover_impl.h |
diff --git a/content/browser/plugin_data_remover_impl.h b/content/browser/plugin_data_remover_impl.h |
index 91e084cfae587230d9fff6e574e127512d8a2149..db5d3731c316c1b9fc52c37b2f7ce20ce808d286 100644 |
--- a/content/browser/plugin_data_remover_impl.h |
+++ b/content/browser/plugin_data_remover_impl.h |
@@ -10,6 +10,7 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
+#include "base/memory/scoped_ptr.h" |
Bernhard Bauer
2012/04/05 10:01:38
Nit: Is this necessary?
|
#include "content/public/browser/plugin_data_remover.h" |
class CONTENT_EXPORT PluginDataRemoverImpl : public content::PluginDataRemover { |