Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h |
index 2c7884e7d19ded4b7e2fed60be4f63fbb65532ec..7823627b2cab236927363b7cd02d00d14e7abb79 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -551,6 +551,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
private: |
friend class base::RefCounted<PepperPluginInstanceImpl>; |
+ friend class PpapiPluginInstanceTest; |
friend class PpapiUnittest; |
// Delete should be called by the WebPlugin before this destructor. |
@@ -923,7 +924,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
base::WeakPtrFactory<PepperPluginInstanceImpl> view_change_weak_ptr_factory_; |
base::WeakPtrFactory<PepperPluginInstanceImpl> weak_factory_; |
- friend class PpapiPluginInstanceTest; |
DISALLOW_COPY_AND_ASSIGN(PepperPluginInstanceImpl); |
}; |