Index: mandoline/services/core_services/core_services_application_delegate.cc |
diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc |
index e3ff97755771d9b746f6a51f7523802a7a4e3297..8b3ed9a76076545bda070e95b5c0275444661e72 100644 |
--- a/mandoline/services/core_services/core_services_application_delegate.cc |
+++ b/mandoline/services/core_services/core_services_application_delegate.cc |
@@ -9,7 +9,6 @@ |
#include "base/threading/simple_thread.h" |
#include "components/clipboard/clipboard_application_delegate.h" |
#include "components/filesystem/file_system_app.h" |
-#include "components/view_manager/surfaces/surfaces_service_application.h" |
#include "mandoline/ui/browser/browser_manager.h" |
#include "mojo/application/public/cpp/application_connection.h" |
#include "mojo/application/public/cpp/application_impl.h" |
@@ -130,8 +129,6 @@ void CoreServicesApplicationDelegate::StartApplication( |
delegate.reset(new clipboard::ClipboardApplicationDelegate); |
} else if (url == "mojo://filesystem/") { |
delegate.reset(new filesystem::FileSystemApp); |
- } else if (url == "mojo://surfaces_service/") { |
- delegate.reset(new surfaces::SurfacesServiceApplication); |
} else if (url == "mojo://tracing/") { |
delegate.reset(new tracing::TracingApp); |
#if defined(USE_AURA) |