| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 26b33d45c92a1ed0e1ac5f629bc6c82b1fc70947..53e984168a623b59b52ab2390bd34f8a8fd771c9 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -252,7 +252,7 @@ class GpuSandboxedProcessLauncherDelegate
|
| #endif
|
|
|
| if (cmd_line_->HasSwitch(switches::kEnableLogging)) {
|
| - string16 log_file_path = logging::GetLogFileFullPath();
|
| + base::string16 log_file_path = logging::GetLogFileFullPath();
|
| if (!log_file_path.empty()) {
|
| result = policy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES,
|
| sandbox::TargetPolicy::FILES_ALLOW_ANY,
|
|
|