| Index: services/shell/native_runner_delegate.h
|
| diff --git a/services/shell/native_runner_delegate.h b/services/shell/native_runner_delegate.h
|
| index d879c3edc0dd1febfb995580a61b13c64d9138c0..8c22d5a52b6e8e546b5b861dfdf94f9d064f791e 100644
|
| --- a/services/shell/native_runner_delegate.h
|
| +++ b/services/shell/native_runner_delegate.h
|
| @@ -9,9 +9,8 @@ namespace base {
|
| class CommandLine;
|
| }
|
|
|
| -namespace mojo {
|
| -class Identity;
|
| namespace shell {
|
| +class Identity;
|
|
|
| class NativeRunnerDelegate {
|
| public:
|
| @@ -26,6 +25,5 @@ class NativeRunnerDelegate {
|
| };
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
|
|
| #endif // SERVICES_SHELL_NATIVE_RUNNER_DELEGATE_H_
|
|
|