| Index: services/shell/connect_params.cc
|
| diff --git a/mojo/shell/connect_params.cc b/services/shell/connect_params.cc
|
| similarity index 82%
|
| rename from mojo/shell/connect_params.cc
|
| rename to services/shell/connect_params.cc
|
| index 447c0d5ea108c7f01104a5e52c0e32d89dba0f67..6e9d82f3add3bc73dc00fd8546f3cc9c433f05c9 100644
|
| --- a/mojo/shell/connect_params.cc
|
| +++ b/services/shell/connect_params.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/connect_params.h"
|
| +#include "services/shell/connect_params.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -11,4 +11,4 @@ ConnectParams::ConnectParams() {}
|
| ConnectParams::~ConnectParams() {}
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
| +} // namespace mojo
|
|
|