| 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);
|
| };
|
|
|