Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 63b3278ba043d5cdd23fde26a9bd78c7848707ad..92b320f0cd176e46d3ab20599e77a8e254845984 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -119,6 +119,8 @@ class ServiceWorkerGlobalScopeProxy final |
std::unique_ptr<WebServiceWorkerError>) override; |
// WorkerReportingProxy overrides: |
+ void countFeature(UseCounter::Feature) override; |
+ void countDeprecation(UseCounter::Feature) override; |
void reportException(const String& errorMessage, |
std::unique_ptr<SourceLocation>, |
int exceptionId) override; |