| Index: chrome/service/service_utility_process_host.cc
|
| diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
|
| index 88240fa59cc5059b3ce217fcded6ed97d37d060a..5ce45c0abb7d63229ad78911ed045355d104226a 100644
|
| --- a/chrome/service/service_utility_process_host.cc
|
| +++ b/chrome/service/service_utility_process_host.cc
|
| @@ -62,7 +62,7 @@ class ServiceSandboxedProcessLauncherDelegate
|
| ServiceSandboxedProcessLauncherDelegate() {}
|
|
|
| virtual void PreSpawnTarget(sandbox::TargetPolicy* policy,
|
| - bool* success) OVERRIDE {
|
| + bool* success) override {
|
| // Service process may run as windows service and it fails to create a
|
| // window station.
|
| policy->SetAlternateDesktop(false);
|
|
|