| Index: content/browser/udev_linux.h
|
| diff --git a/content/browser/udev_linux.h b/content/browser/udev_linux.h
|
| index 2b89094c8b676548e87a1f4fd2b8d14bb77aaef3..e62d439c58ecce2aa1050406f233a78b746b35c4 100644
|
| --- a/content/browser/udev_linux.h
|
| +++ b/content/browser/udev_linux.h
|
| @@ -78,8 +78,8 @@ class UdevLinux : public base::MessagePumpLibevent::Watcher {
|
|
|
| private:
|
| // base::MessagePump:Libevent::Watcher implementation.
|
| - virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
|
| - virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE;
|
| + virtual void OnFileCanReadWithoutBlocking(int fd) override;
|
| + virtual void OnFileCanWriteWithoutBlocking(int fd) override;
|
|
|
| // libudev-related items, the main context, and the monitoring context to be
|
| // notified about changes to device states.
|
|
|