| Index: services/service_manager/public/cpp/lib/interface_registry.cc
|
| diff --git a/services/shell/public/cpp/lib/interface_registry.cc b/services/service_manager/public/cpp/lib/interface_registry.cc
|
| similarity index 97%
|
| rename from services/shell/public/cpp/lib/interface_registry.cc
|
| rename to services/service_manager/public/cpp/lib/interface_registry.cc
|
| index dcb9fa136cfb6afc7980f820c076867279526b17..b5e3f91799cb2f800a638b46a0dead249596017e 100644
|
| --- a/services/shell/public/cpp/lib/interface_registry.cc
|
| +++ b/services/service_manager/public/cpp/lib/interface_registry.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "services/shell/public/cpp/interface_registry.h"
|
| +#include "services/service_manager/public/cpp/interface_registry.h"
|
|
|
| #include <sstream>
|
|
|
| #include "mojo/public/cpp/bindings/message.h"
|
| -#include "services/shell/public/cpp/connection.h"
|
| +#include "services/service_manager/public/cpp/connection.h"
|
|
|
| namespace shell {
|
|
|
|
|