Chromium Code Reviews| Index: chrome/service/service_process.cc |
| =================================================================== |
| --- chrome/service/service_process.cc (revision 181040) |
| +++ chrome/service/service_process.cc (working copy) |
| @@ -60,7 +60,7 @@ |
| virtual ~ServiceIOThread(); |
| protected: |
| - virtual void CleanUp(); |
| + virtual void CleanUp() OVERRIDE; |
| private: |
| DISALLOW_COPY_AND_ASSIGN(ServiceIOThread); |