| 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 590bb87c2c979479a759630331c0e92c53640042..b6968a9d2210e4251e8e5c42320a168f65099dc8 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -64,6 +64,10 @@ namespace gpu {
|
| class GpuMemoryBufferManager;
|
| }
|
|
|
| +namespace service_manager {
|
| +class Connector;
|
| +}
|
| +
|
| namespace v8 {
|
| class Context;
|
| template <class T>
|
| @@ -72,7 +76,6 @@ class Local;
|
|
|
| namespace blink {
|
|
|
| -class Connector;
|
| class InterfaceProvider;
|
| class WebAudioBus;
|
| class WebAudioLatencyHint;
|
| @@ -601,7 +604,7 @@ class BLINK_PLATFORM_EXPORT Platform {
|
|
|
| // Mojo ---------------------------------------------------------------
|
|
|
| - virtual Connector* connector();
|
| + virtual service_manager::Connector* connector();
|
|
|
| virtual InterfaceProvider* interfaceProvider();
|
|
|
|
|