Chromium Code Reviews| Index: mojo/shell/native_runner.h |
| diff --git a/mojo/shell/native_runner.h b/mojo/shell/native_runner.h |
| index ce14f117405fad7f0a2042f44e7069fca7d97263..92c1adc1f4694d615b8f0785439fbeb723569835 100644 |
| --- a/mojo/shell/native_runner.h |
| +++ b/mojo/shell/native_runner.h |
| @@ -17,9 +17,9 @@ class FilePath; |
| } |
| namespace mojo { |
| +class Identity; |
| namespace shell { |
| -class Identity; |
| // Shell requires implementations of NativeRunner and NativeRunnerFactory to run |
| // native applications. |