| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 62a813f485ddace8c1947222d49d262ba616155a..8cd3fc13aa2cd48acb67e3a643f205f667440a0e 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -64,7 +64,7 @@ template<class T> class Local;
|
|
|
| namespace blink {
|
|
|
| -class ServiceRegistry;
|
| +class InterfaceProvider;
|
| class WebAudioBus;
|
| class WebBlobRegistry;
|
| class WebCanvasCaptureHandler;
|
| @@ -517,7 +517,7 @@ public:
|
|
|
| // Mojo ---------------------------------------------------------------
|
|
|
| - virtual ServiceRegistry* serviceRegistry();
|
| + virtual InterfaceProvider* interfaceProvider();
|
|
|
| // Platform events -----------------------------------------------------
|
| // Device Orientation, Device Motion, Device Light, Battery, Gamepad.
|
|
|