Index: content/test/content_test_suite.cc |
diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc |
index f7099dc369199518353f46ef4b43e2a3a93b6795..c830306b2d51bf8d279e25b0bfbcaa61898152a7 100644 |
--- a/content/test/content_test_suite.cc |
+++ b/content/test/content_test_suite.cc |
@@ -21,7 +21,6 @@ |
#include "base/mac/scoped_nsautorelease_pool.h" |
#if !defined(OS_IOS) |
#include "base/test/mock_chrome_application_mac.h" |
-#include "content/browser/in_process_io_surface_manager_mac.h" |
#endif |
#endif |
@@ -109,9 +108,6 @@ void ContentTestSuite::Initialize() { |
SurfaceTextureManager::SetInstance( |
InProcessSurfaceTextureManager::GetInstance()); |
#endif |
-#if defined(OS_MACOSX) && !defined(OS_IOS) |
- gfx::IOSurfaceManager::SetInstance(InProcessIOSurfaceManager::GetInstance()); |
-#endif |
#if defined(USE_OZONE) |
if (!is_child_process) { |
client_native_pixmap_factory_ = ui::ClientNativePixmapFactory::Create(); |