| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index 9f85bb2e6b3e72b785d567c1c357b09ddab3372f..cf73174c4287a9758553821b5a24e7ea4a23c35d 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -196,7 +196,7 @@ class CommandBufferProxyImpl
|
| base::Lock* lock_;
|
|
|
| // Unowned list of DeletionObservers.
|
| - ObserverList<DeletionObserver> deletion_observers_;
|
| + base::ObserverList<DeletionObserver> deletion_observers_;
|
|
|
| // The last cached state received from the service.
|
| State last_state_;
|
|
|