summaryrefslogtreecommitdiffstats
path: root/content/browser/transition_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/transition_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/transition_browsertest.cc')
-rw-r--r--content/browser/transition_browsertest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/transition_browsertest.cc b/content/browser/transition_browsertest.cc
index 48b5407..2452dd6 100644
--- a/content/browser/transition_browsertest.cc
+++ b/content/browser/transition_browsertest.cc
@@ -26,7 +26,7 @@ class TransitionBrowserTest : public ContentBrowserTest {
public:
TransitionBrowserTest() {}
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
+ virtual void SetUpCommandLine(CommandLine* command_line) override {
command_line->AppendSwitch(
switches::kEnableExperimentalWebPlatformFeatures);
}
@@ -51,7 +51,7 @@ class TransitionBrowserTestObserver
ResourceContext* resource_context,
AppCacheService* appcache_service,
ResourceType resource_type,
- ScopedVector<ResourceThrottle>* throttles) OVERRIDE {
+ ScopedVector<ResourceThrottle>* throttles) override {
CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
ShellResourceDispatcherHostDelegate::RequestBeginning(request,
resource_context,
@@ -73,7 +73,7 @@ class TransitionBrowserTestObserver
net::URLRequest* request,
ResourceContext* resource_context,
ResourceResponse* response,
- IPC::Sender* sender) OVERRIDE {
+ IPC::Sender* sender) override {
ResourceRequestInfoImpl* info =
ResourceRequestInfoImpl::ForRequest(request_);