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

Unified Diff: sky/services/inspector/server.cc

Issue 697203007: Correct InspectorFronend to InspectorFrontend (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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_frontend_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/inspector/server.cc
diff --git a/sky/services/inspector/server.cc b/sky/services/inspector/server.cc
index 2dbf9a7db90b0a32fe970f2fcd9817132fcb4e8e..d052cc257b01185058697692dd63ab94c2dfa6b9 100644
--- a/sky/services/inspector/server.cc
+++ b/sky/services/inspector/server.cc
@@ -23,11 +23,11 @@ class Server : public mojo::ApplicationDelegate {
virtual bool ConfigureIncomingConnection(
mojo::ApplicationConnection* connection) override {
- connection->AddService(&fronend_factory_);
+ connection->AddService(&frontend_factory_);
return true;
}
- InspectorFronendFactory fronend_factory_;
+ InspectorFrontendFactory frontend_factory_;
DISALLOW_COPY_AND_ASSIGN(Server);
};
« no previous file with comments | « sky/services/inspector/inspector_frontend_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698