| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/safe_browsing_service.cc (revision 181040)
|
| +++ chrome/browser/safe_browsing/safe_browsing_service.cc (working copy)
|
| @@ -130,7 +130,7 @@
|
| // don't leak it.
|
| class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
|
| public:
|
| - virtual SafeBrowsingService* CreateSafeBrowsingService() {
|
| + virtual SafeBrowsingService* CreateSafeBrowsingService() OVERRIDE {
|
| return new SafeBrowsingService();
|
| }
|
|
|
|
|