| Index: gpu/gles2_conform_support/egl/egl.cc
|
| diff --git a/gpu/gles2_conform_support/egl/egl.cc b/gpu/gles2_conform_support/egl/egl.cc
|
| index 5a81954bd10d4ad4368cd603df5a20dfe3306663..16044a69480fd215c0bfa5829f51d24af1cb9333 100644
|
| --- a/gpu/gles2_conform_support/egl/egl.cc
|
| +++ b/gpu/gles2_conform_support/egl/egl.cc
|
| @@ -116,7 +116,7 @@ EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy,
|
| // being called multiple times.
|
| if (gfx::GetGLImplementation() == gfx::kGLImplementationNone) {
|
| base::CommandLine::StringVector argv;
|
| - scoped_ptr<base::Environment> env(base::Environment::Create());
|
| + std::unique_ptr<base::Environment> env(base::Environment::Create());
|
| std::string env_string;
|
| env->GetVar("CHROME_COMMAND_BUFFER_GLES2_ARGS", &env_string);
|
| #if defined(OS_WIN)
|
|
|