| Index: services/shell/public/cpp/shell_client.h
|
| diff --git a/services/shell/public/cpp/shell_client.h b/services/shell/public/cpp/shell_client.h
|
| index 1c9f4e4a13dd444a424a250b932a71fdf8ccb01d..d9513b76e108e3454d445e331cc4e8d558d6d976 100644
|
| --- a/services/shell/public/cpp/shell_client.h
|
| +++ b/services/shell/public/cpp/shell_client.h
|
| @@ -12,7 +12,7 @@
|
| #include "services/shell/public/cpp/connection.h"
|
| #include "services/shell/public/cpp/identity.h"
|
|
|
| -namespace mojo {
|
| +namespace shell {
|
|
|
| class Connector;
|
|
|
| @@ -55,6 +55,6 @@ class ShellClient {
|
| DISALLOW_COPY_AND_ASSIGN(ShellClient);
|
| };
|
|
|
| -} // namespace mojo
|
| +} // namespace shell
|
|
|
| #endif // SERVICES_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
|
|
|