| Index: content/renderer/pepper/plugin_instance_throttler_impl.h
|
| diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.h b/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| index ec3eed68403ce47aa7c3fbf0c83c3fb9deb63c73..30e90fe88d6ba2710d76fffc7e43177347258991 100644
|
| --- a/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| +++ b/content/renderer/pepper/plugin_instance_throttler_impl.h
|
| @@ -107,7 +107,7 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl
|
| bool audio_throttled_;
|
| base::DelayTimer<PluginInstanceThrottlerImpl> audio_throttled_frame_timeout_;
|
|
|
| - ObserverList<Observer> observer_list_;
|
| + base::ObserverList<Observer> observer_list_;
|
|
|
| base::WeakPtrFactory<PluginInstanceThrottlerImpl> weak_factory_;
|
|
|
|
|