| Index: services/shell/public/cpp/tests/interface_registry_unittest.cc
|
| diff --git a/mojo/shell/public/cpp/tests/interface_registry_unittest.cc b/services/shell/public/cpp/tests/interface_registry_unittest.cc
|
| similarity index 94%
|
| rename from mojo/shell/public/cpp/tests/interface_registry_unittest.cc
|
| rename to services/shell/public/cpp/tests/interface_registry_unittest.cc
|
| index cf6441fcb883e22b1186ee4768995761e5c06e70..c7719d39c0ad54663e748c12d1fc1f56c8868e62 100644
|
| --- a/mojo/shell/public/cpp/tests/interface_registry_unittest.cc
|
| +++ b/services/shell/public/cpp/tests/interface_registry_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/public/cpp/interface_registry.h"
|
| +#include "services/shell/public/cpp/interface_registry.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "mojo/shell/public/cpp/interface_binder.h"
|
| +#include "services/shell/public/cpp/interface_binder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|