Index: chrome/browser/safe_browsing/safe_browsing_service.h |
=================================================================== |
--- chrome/browser/safe_browsing/safe_browsing_service.h (revision 23214) |
+++ chrome/browser/safe_browsing/safe_browsing_service.h (working copy) |
@@ -169,7 +169,7 @@ |
// PowerObserver notifications |
// We defer SafeBrowsing work for a short duration when the computer comes |
// out of a suspend state to avoid thrashing the disk. |
- void OnPowerStateChange(base::SystemMonitor*) {}; |
+ void OnPowerStateChange(base::SystemMonitor*) {} |
void OnSuspend(base::SystemMonitor*); |
void OnResume(base::SystemMonitor*); |