| Index: cc/test/pixel_test.h
|
| diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
|
| index 5a8afcd74cd19a4fac4b8b0788738236464a04f9..717ebbe3cce68d3913a6334f8796c50c63e26242 100644
|
| --- a/cc/test/pixel_test.h
|
| +++ b/cc/test/pixel_test.h
|
| @@ -80,7 +80,7 @@ class PixelTest : public testing::Test, RendererClient {
|
| bool PixelsMatchReference(const base::FilePath& ref_file,
|
| const PixelComparator& comparator);
|
|
|
| - std::unique_ptr<gfx::DisableNullDrawGLBindings> enable_pixel_output_;
|
| + std::unique_ptr<gl::DisableNullDrawGLBindings> enable_pixel_output_;
|
| };
|
|
|
| template<typename RendererType>
|
|
|