| Index: gpu/command_buffer/client/fenced_allocator_test.cc
|
| ===================================================================
|
| --- gpu/command_buffer/client/fenced_allocator_test.cc (revision 32865)
|
| +++ gpu/command_buffer/client/fenced_allocator_test.cc (working copy)
|
| @@ -32,6 +32,7 @@
|
|
|
| // This file contains the tests for the FencedAllocator class.
|
|
|
| +#include "base/at_exit.h"
|
| #include "base/message_loop.h"
|
| #include "gpu/command_buffer/client/cmd_buffer_helper.h"
|
| #include "gpu/command_buffer/client/fenced_allocator.h"
|
| @@ -101,6 +102,7 @@
|
| helper_.release();
|
| }
|
|
|
| + base::AtExitManager at_exit_manager_;
|
| MessageLoop message_loop_;
|
| np_utils::StubNPBrowser browser_;
|
| scoped_ptr<AsyncAPIMock> api_mock_;
|
|
|