| Index: services/shell/public/cpp/lib/shell_client.cc
|
| diff --git a/services/shell/public/cpp/lib/shell_client.cc b/services/shell/public/cpp/lib/shell_client.cc
|
| index 3619bacbb3d42e93492e3ecf61ff6cee3779ebba..562d6ee46c444f738ce7e89af4d67c6b42b866c7 100644
|
| --- a/services/shell/public/cpp/lib/shell_client.cc
|
| +++ b/services/shell/public/cpp/lib/shell_client.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "services/shell/public/cpp/shell_client.h"
|
|
|
| -namespace mojo {
|
| +namespace shell {
|
|
|
| ShellClient::ShellClient() {}
|
| ShellClient::~ShellClient() {}
|
| @@ -19,4 +19,4 @@ bool ShellClient::AcceptConnection(Connection* connection) {
|
|
|
| bool ShellClient::ShellConnectionLost() { return true; }
|
|
|
| -} // namespace mojo
|
| +} // namespace shell
|
|
|