commit | 1e3636732171afb8cceb9e5cb835ec6a93787dba | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Fri Sep 25 14:01:16 2015 -0700 |
committer | Vitaly Buka <vitalybuka@google.com> | Sat Sep 26 00:25:25 2015 +0000 |
tree | a665c9f065e2b0a38ed9192d1fe48916df28df03 | |
parent | 1b64c43097a6d6ba3bc6077782946cae549cf33e [diff] [blame] |
Move all providers into include/weave/provider BUG: 24267885 Change-Id: I615611609dd26c73bc662e808c27820fe099218c Reviewed-on: https://weave-review.googlesource.com/1171 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/libweave/examples/ubuntu/event_http_server.h b/libweave/examples/ubuntu/event_http_server.h index 52dd292..1005edc 100644 --- a/libweave/examples/ubuntu/event_http_server.h +++ b/libweave/examples/ubuntu/event_http_server.h
@@ -14,7 +14,7 @@ #include <vector> #include <base/memory/weak_ptr.h> -#include <weave/http_server.h> +#include <weave/provider/http_server.h> namespace weave { namespace examples { @@ -22,7 +22,7 @@ class EventTaskRunner; // HTTP/HTTPS server implemented with libevent. -class HttpServerImpl : public HttpServer { +class HttpServerImpl : public provider::HttpServer { public: class RequestImpl;