| Index: chrome/browser/chromeos/device_uma.h
|
| diff --git a/chrome/browser/chromeos/device_uma.h b/chrome/browser/chromeos/device_uma.h
|
| index ad71e5b275d82127ed069288ab32909fc74b6265..567b9792cd66299b1fb1f72810228948220caec3 100644
|
| --- a/chrome/browser/chromeos/device_uma.h
|
| +++ b/chrome/browser/chromeos/device_uma.h
|
| @@ -33,8 +33,7 @@ class DeviceUMA : public base::MessageLoopForUI::Observer {
|
| void RemoveMessageLoopObserver();
|
|
|
| // MessageLoopForUI::Observer overrides.
|
| - virtual base::EventStatus WillProcessEvent(
|
| - const base::NativeEvent& event) OVERRIDE;
|
| + virtual void WillProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
| virtual void DidProcessEvent(const base::NativeEvent& event) OVERRIDE;
|
|
|
| // Check CrOS touchpad events to see if the metrics gesture is present
|
|
|