| Index: chrome/service/service_process.cc
|
| diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
|
| index fe4fe6d703a68dd77d05c8165b71ffeff52e87ef..cbfa85db51f9c73ee9eee31edb26047d72dac779 100644
|
| --- a/chrome/service/service_process.cc
|
| +++ b/chrome/service/service_process.cc
|
| @@ -59,7 +59,7 @@ class ServiceIOThread : public base::Thread {
|
| virtual ~ServiceIOThread();
|
|
|
| protected:
|
| - virtual void CleanUp() OVERRIDE;
|
| + virtual void CleanUp() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ServiceIOThread);
|
|
|