| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 24ba37a3c4c88233d65442f4a150ff260940ee6a..52f319eeee0ba8c097c3485ca66e6e37acb90313 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -266,7 +266,7 @@ class GpuCommandBufferStub
|
|
|
| GpuWatchdog* watchdog_;
|
|
|
| - ObserverList<DestructionObserver> destruction_observers_;
|
| + base::ObserverList<DestructionObserver> destruction_observers_;
|
|
|
| // A queue of sync points associated with this stub.
|
| std::deque<uint32> sync_points_;
|
|
|