Index: ui/compositor/test/in_process_context_factory.h |
diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h |
index 6fd4eaa39f658b72faaffd233367363b866c61c1..23f7d48b92033aa21c7551bfe9757cf3f6b4eeb5 100644 |
--- a/ui/compositor/test/in_process_context_factory.h |
+++ b/ui/compositor/test/in_process_context_factory.h |
@@ -15,7 +15,7 @@ class Thread; |
namespace webkit { |
namespace gpu { |
-class ContextProviderInProcess; |
+class ContextProviderWebContext; |
} |
} |
@@ -52,7 +52,7 @@ class InProcessContextFactory : public ContextFactory { |
private: |
scoped_ptr<base::Thread> compositor_thread_; |
- scoped_refptr<webkit::gpu::ContextProviderInProcess> |
+ scoped_refptr<webkit::gpu::ContextProviderWebContext> |
shared_main_thread_contexts_; |
cc::TestSharedBitmapManager shared_bitmap_manager_; |
cc::TestGpuMemoryBufferManager gpu_memory_buffer_manager_; |