| Index: sky/services/inspector/inspector_frontend_impl.h
|
| diff --git a/sky/framework/inspector/server/inspector_frontend_impl.h b/sky/services/inspector/inspector_frontend_impl.h
|
| similarity index 85%
|
| rename from sky/framework/inspector/server/inspector_frontend_impl.h
|
| rename to sky/services/inspector/inspector_frontend_impl.h
|
| index cd9e726fdecf6d805afadece37a3bd4f7003f696..700a72f63085c97f24e40ad28fc09dfbffcc27e6 100644
|
| --- a/sky/framework/inspector/server/inspector_frontend_impl.h
|
| +++ b/sky/services/inspector/inspector_frontend_impl.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SKY_FRAMEWORK_INSPECTOR_SERVER_INSPECTOR_FRONTEND_IMPL_H_
|
| -#define SKY_FRAMEWORK_INSPECTOR_SERVER_INSPECTOR_FRONTEND_IMPL_H_
|
| +#ifndef SKY_SERVICES_INSPECTOR_INSPECTOR_FRONTEND_IMPL_H_
|
| +#define SKY_SERVICES_INSPECTOR_INSPECTOR_FRONTEND_IMPL_H_
|
|
|
| #include "mojo/public/cpp/application/interface_factory_impl.h"
|
| #include "mojo/public/cpp/bindings/interface_impl.h"
|
| #include "net/server/http_server.h"
|
| #include "net/socket/tcp_server_socket.h"
|
| -#include "sky/framework/inspector/server/inspector.mojom.h"
|
| +#include "sky/services/inspector/inspector.mojom.h"
|
|
|
| namespace sky {
|
| namespace inspector {
|
| @@ -53,4 +53,4 @@ typedef mojo::InterfaceFactoryImpl<
|
| } // namespace tester
|
| } // namespace sky
|
|
|
| -#endif // SKY_FRAMEWORK_INSPECTOR_SERVER_INSPECTOR_FRONTEND_IMPL_H_
|
| +#endif // SKY_SERVICES_INSPECTOR_INSPECTOR_FRONTEND_IMPL_H_
|
|
|