| Index: mash/test/mash_test_suite.cc
|
| diff --git a/mash/test/mash_test_suite.cc b/mash/test/mash_test_suite.cc
|
| index 5bcb349bfcd64290a4a01d30b669640041b58ed0..94d48a85611c9529de5c8b9a5a7e67407fb4edd3 100644
|
| --- a/mash/test/mash_test_suite.cc
|
| +++ b/mash/test/mash_test_suite.cc
|
| @@ -21,7 +21,7 @@ MashTestSuite::~MashTestSuite() {}
|
|
|
| void MashTestSuite::Initialize() {
|
| base::TestSuite::Initialize();
|
| - gfx::GLSurfaceTestSupport::InitializeOneOff();
|
| + gl::GLSurfaceTestSupport::InitializeOneOff();
|
|
|
| // Load ash resources and en-US strings; not 'common' (Chrome) resources.
|
| // TODO(msw): Check ResourceBundle::IsScaleFactorSupported; load 300% etc.
|
|
|