| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 002175d2cd82dff661f6ef6dbb9f568bdd7d81df..a9e59c4bea53b6f7d8ae4dbf091ebc1fa05c81bb 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -66,7 +66,7 @@
|
| namespace blink {
|
|
|
| enum class WebTreeScopeType;
|
| -class ServiceRegistry;
|
| +class InterfaceProvider;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| class WebAppBannerClient;
|
| @@ -700,7 +700,7 @@ public:
|
| }
|
|
|
| // Mojo ----------------------------------------------------------------
|
| - virtual ServiceRegistry* serviceRegistry() { return nullptr; }
|
| + virtual InterfaceProvider* interfaceProvider() { return nullptr; }
|
|
|
| // Visibility ----------------------------------------------------------
|
|
|
|
|