| Index: content/test/content_test_suite.cc
|
| diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
|
| index ca9b7480668952b2d6f756aff2ca6bf867dabb1d..581234c62ade22de0987d11fab5925aadaa4c91c 100644
|
| --- a/content/test/content_test_suite.cc
|
| +++ b/content/test/content_test_suite.cc
|
| @@ -36,7 +36,7 @@
|
| #endif
|
|
|
| #if defined(USE_OZONE)
|
| -#include "ui/ozone/public/client_native_pixmap_manager.h"
|
| +#include "content/test/test_client_native_pixmap_manager_ozone.h"
|
| #endif
|
|
|
| namespace content {
|
| @@ -112,9 +112,8 @@ void ContentTestSuite::Initialize() {
|
| #endif
|
| #if defined(USE_OZONE)
|
| if (!is_child_process) {
|
| - client_native_pixmap_manager_ = ui::ClientNativePixmapManager::Create();
|
| ui::ClientNativePixmapManager::SetInstance(
|
| - client_native_pixmap_manager_.get());
|
| + TestClientNativePixmapManager::GetInstance());
|
| }
|
| #endif
|
| }
|
|
|