summaryrefslogtreecommitdiffstats
path: root/content/browser/udev_linux.h
diff options
context:
space:
mode:
authormohan.reddy <mohan.reddy@samsung.com>2014-10-08 22:24:13 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-09 05:24:24 +0000
commit7fc3ac7d5ac957a99031b20a8c54a197166b292a (patch)
treeb091b4c401c8f4c0a49f38bb54658be00d81503f /content/browser/udev_linux.h
parent4569c42c7444d4468f2c125a42ebadc433b7d51c (diff)
downloadchromium_src-7fc3ac7d5ac957a99031b20a8c54a197166b292a.zip
chromium_src-7fc3ac7d5ac957a99031b20a8c54a197166b292a.tar.gz
chromium_src-7fc3ac7d5ac957a99031b20a8c54a197166b292a.tar.bz2
Replace FINAL and OVERRIDE with their C++11 counterparts in content
This step is a giant search and replace for OVERRIDE and FINAL to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/637183002 Cr-Commit-Position: refs/heads/master@{#298804}
Diffstat (limited to 'content/browser/udev_linux.h')
-rw-r--r--content/browser/udev_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/udev_linux.h b/content/browser/udev_linux.h
index 2b89094..e62d439 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.