Index: examples/forwarding_content_handler/forwarding_content_handler.cc |
diff --git a/examples/forwarding_content_handler/forwarding_content_handler.cc b/examples/forwarding_content_handler/forwarding_content_handler.cc |
index fbee7504f8d6fb8cf218f0c012c5df68197f261f..b394f99511dbfa50ee38529800eb394f9f42234c 100644 |
--- a/examples/forwarding_content_handler/forwarding_content_handler.cc |
+++ b/examples/forwarding_content_handler/forwarding_content_handler.cc |
@@ -57,14 +57,13 @@ class ForwardingContentHandler : public ApplicationDelegate, |
private: |
// Overridden from ApplicationDelegate: |
- virtual bool ConfigureIncomingConnection( |
- ApplicationConnection* connection) override { |
+ bool ConfigureIncomingConnection(ApplicationConnection* connection) override { |
connection->AddService(&content_handler_factory_); |
return true; |
} |
// Overridden from ContentHandlerFactory::ManagedDelegate: |
- virtual scoped_ptr<ContentHandlerFactory::HandledApplicationHolder> |
+ scoped_ptr<ContentHandlerFactory::HandledApplicationHolder> |
CreateApplication(InterfaceRequest<Application> application_request, |
URLResponsePtr response) override { |
CHECK(!response.is_null()); |