| Index: third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| index eee87e159fe923410f25f347098ef62da3fc9b71..a1664508bfac1dc950e0e32d093c5538225bdad0 100644
|
| --- a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| @@ -11,8 +11,8 @@
|
| #include "mojo/public/cpp/system/platform_handle.h"
|
| #include "platform/LayoutLocale.h"
|
| #include "platform/text/hyphenation/HyphenatorAOSP.h"
|
| +#include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/ServiceRegistry.h"
|
| #include "public/platform/modules/hyphenation/hyphenation.mojom-blink.h"
|
|
|
| namespace blink {
|
| @@ -38,8 +38,7 @@ private:
|
| static mojom::blink::HyphenationPtr connectToRemoteService()
|
| {
|
| mojom::blink::HyphenationPtr service;
|
| - Platform::current()->serviceRegistry()->connectToRemoteService(
|
| - mojo::GetProxy(&service));
|
| + Platform::current()->interfaceProvider()->getInterface(mojo::GetProxy(&service));
|
| return service;
|
| }
|
|
|
|
|