Commit b162ec76 authored by mostynb's avatar mostynb Committed by Commit bot

replace newly added OVERRIDE in content/

R=jochen@chromium.org,falken@chromium.org
BUG=417463

Review URL: https://codereview.chromium.org/653593003

Cr-Commit-Position: refs/heads/master@{#299418}
parent cd92ffb4
......@@ -133,7 +133,7 @@ class ServiceWorkerTestContentBrowserClient : public TestContentBrowserClient {
ServiceWorkerTestContentBrowserClient() {}
virtual bool AllowServiceWorker(const GURL& scope,
const GURL& first_party,
content::ResourceContext* context) OVERRIDE {
content::ResourceContext* context) override {
return false;
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment