summaryrefslogtreecommitdiffstats
path: root/content/browser/security_exploit_browsertest.cc
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/security_exploit_browsertest.cc
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/security_exploit_browsertest.cc')
-rw-r--r--content/browser/security_exploit_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
index 39712855..21b3a56 100644
--- a/content/browser/security_exploit_browsertest.cc
+++ b/content/browser/security_exploit_browsertest.cc
@@ -84,7 +84,7 @@ RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell,
class SecurityExploitBrowserTest : public ContentBrowserTest {
public:
SecurityExploitBrowserTest() {}
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
+ virtual void SetUpCommandLine(CommandLine* command_line) override {
ASSERT_TRUE(test_server()->Start());
// Add a host resolver rule to map all outgoing requests to the test server.