diff options
author | mohan.reddy <mohan.reddy@samsung.com> | 2014-10-08 22:24:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-09 05:24:24 +0000 |
commit | 7fc3ac7d5ac957a99031b20a8c54a197166b292a (patch) | |
tree | b091b4c401c8f4c0a49f38bb54658be00d81503f /content/browser/security_exploit_browsertest.cc | |
parent | 4569c42c7444d4468f2c125a42ebadc433b7d51c (diff) | |
download | chromium_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.cc | 2 |
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. |