Index: third_party/WebKit/Source/platform/exported/Platform.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/Platform.cpp b/third_party/WebKit/Source/platform/exported/Platform.cpp |
index ca41873d0766a5c73ec745048cf650853feaeab4..119349e29cfafd66ddde91847d48de9ac17e598a 100644 |
--- a/third_party/WebKit/Source/platform/exported/Platform.cpp |
+++ b/third_party/WebKit/Source/platform/exported/Platform.cpp |
@@ -36,8 +36,8 @@ |
#include "platform/fonts/FontCacheMemoryDumpProvider.h" |
#include "platform/heap/BlinkGCMemoryDumpProvider.h" |
#include "platform/heap/GCTaskRunner.h" |
+#include "public/platform/InterfaceProvider.h" |
#include "public/platform/Platform.h" |
-#include "public/platform/ServiceRegistry.h" |
#include "public/platform/WebPrerenderingSupport.h" |
#include "wtf/HashMap.h" |
@@ -139,9 +139,9 @@ WebThread* Platform::mainThread() const |
return m_mainThread; |
} |
-ServiceRegistry* Platform::serviceRegistry() |
+InterfaceProvider* Platform::interfaceProvider() |
{ |
- return ServiceRegistry::getEmptyServiceRegistry(); |
+ return InterfaceProvider::getEmptyInterfaceProvider(); |
} |
} // namespace blink |