Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: services/http_server/http_server_impl.h

Issue 914213002: Appease clang Chromium-style / fix a build error. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: override. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | services/http_server/http_server_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/http_server_impl.h
diff --git a/services/http_server/http_server_impl.h b/services/http_server/http_server_impl.h
index f960f6ef863a69fa45244a5e6d79d15dc84ca7c4..d2f36ef3a85b619f7e4a8e680a480fa366f5d692 100644
--- a/services/http_server/http_server_impl.h
+++ b/services/http_server/http_server_impl.h
@@ -24,6 +24,7 @@ class Connection;
class HttpServerImpl : public HttpServer, public mojo::ErrorHandler {
public:
HttpServerImpl(mojo::ApplicationImpl* app);
+ ~HttpServerImpl() override;
void AddBinding(mojo::InterfaceRequest<HttpServer> request);
@@ -54,6 +55,7 @@ class HttpServerImpl : public HttpServer, public mojo::ErrorHandler {
struct Handler {
Handler(const std::string& pattern, HttpHandlerPtr http_handler);
+ ~Handler();
scoped_ptr<re2::RE2> pattern;
HttpHandlerPtr http_handler;
« no previous file with comments | « no previous file | services/http_server/http_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698