Index: content/browser/transition_browsertest.cc |
diff --git a/content/browser/transition_browsertest.cc b/content/browser/transition_browsertest.cc |
index 48b540770f646b6a3e30a0c8ff83bff6bdd7e855..2452dd6cee6f7df6eb9d95a0ac59e30071b42e5b 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_); |