Index: mandoline/services/core_services/application_delegate_factory.h |
diff --git a/mandoline/services/core_services/application_delegate_factory.h b/mandoline/services/core_services/application_delegate_factory.h |
index d92bc68d3bfd7dd1db6ee7094a8e0d7e6d826198..537d9f9815f831adcb4f594fa7b40f5a1d87b53d 100644 |
--- a/mandoline/services/core_services/application_delegate_factory.h |
+++ b/mandoline/services/core_services/application_delegate_factory.h |
@@ -27,11 +27,6 @@ scoped_ptr<mojo::ApplicationDelegate> CreateApplicationDelegateNotAndroid( |
const std::string& url); |
#endif |
-#if defined(USE_AURA) |
-scoped_ptr<mojo::ApplicationDelegate> CreateApplicationDelegateAura( |
- const std::string& url); |
-#endif |
- |
} // namespace core_services |
#endif // MANDOLINE_SERVICES_CORE_SERVICES_APPLICATION_DELEGATE_FACTORY_H_ |