| Index: base/base_paths_win.cc
|
| diff --git a/base/base_paths_win.cc b/base/base_paths_win.cc
|
| index 58f925f7e1f69d06529a1f7489faea656ce7285b..489529187e4145aa7efe66cfa82cb84a23093d88 100644
|
| --- a/base/base_paths_win.cc
|
| +++ b/base/base_paths_win.cc
|
| @@ -73,7 +73,7 @@ bool PathProviderWin(int key, FilePath* result) {
|
| #if !defined(_WIN64)
|
| if (base::win::OSInfo::GetInstance()->wow64_status() ==
|
| base::win::OSInfo::WOW64_ENABLED) {
|
| - scoped_ptr<base::Environment> env(base::Environment::Create());
|
| + std::unique_ptr<base::Environment> env(base::Environment::Create());
|
| std::string programfiles_w6432;
|
| // 32-bit process running in WOW64 sets ProgramW6432 environment
|
| // variable. See
|
|
|