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

Unified Diff: sky/services/inspector/inspector_frontend_impl.h

Issue 687673004: Move framework/inspector/server to services/inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/services/inspector/inspector.mojom ('k') | sky/services/inspector/inspector_frontend_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sky/services/inspector/inspector.mojom ('k') | sky/services/inspector/inspector_frontend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698