| Index: components/web_view/test_runner/register_local_aliases.cc
|
| diff --git a/components/web_view/test_runner/register_local_aliases.cc b/components/web_view/test_runner/register_local_aliases.cc
|
| index 4d2e1673453984b318d92a0f1ca7b244361fe4f5..9533ed8058b569a83c0e85c5b026ea316569fc69 100644
|
| --- a/components/web_view/test_runner/register_local_aliases.cc
|
| +++ b/components/web_view/test_runner/register_local_aliases.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/runner/register_local_aliases.h"
|
| +#include "mojo/shell/standalone/register_local_aliases.h"
|
|
|
| namespace mojo {
|
| -namespace runner {
|
| +namespace shell {
|
|
|
| -void RegisterLocalAliases(shell::PackageManagerImpl* manager) {
|
| +void RegisterLocalAliases(PackageManagerImpl* manager) {
|
| }
|
|
|
| -} // namespace runner
|
| +} // namespace shell
|
| } // namespace mojo
|
|
|