| Index: mojo/services/http_server/public/interfaces/http_server.mojom
|
| diff --git a/services/http_server/public/http_server.mojom b/mojo/services/http_server/public/interfaces/http_server.mojom
|
| similarity index 84%
|
| rename from services/http_server/public/http_server.mojom
|
| rename to mojo/services/http_server/public/interfaces/http_server.mojom
|
| index 38194eac0f7155aa55235cd0aed6cbc89c92e25c..b67ef1001844441f0a8456439cba9767507864ee 100644
|
| --- a/services/http_server/public/http_server.mojom
|
| +++ b/mojo/services/http_server/public/interfaces/http_server.mojom
|
| @@ -4,8 +4,8 @@
|
|
|
| module http_server;
|
|
|
| -import "services/http_server/public/http_request.mojom";
|
| -import "services/http_server/public/http_response.mojom";
|
| +import "mojo/services/http_server/public/interfaces/http_request.mojom";
|
| +import "mojo/services/http_server/public/interfaces/http_response.mojom";
|
|
|
| interface HttpServer {
|
| // Sets a handler for URLs matching a regex pattern. Handlers are considered
|
|
|