| Index: mojo/shell/public/cpp/shell_client.h
|
| diff --git a/mojo/shell/public/cpp/shell_client.h b/mojo/shell/public/cpp/shell_client.h
|
| index a95f8cf6bbad330621f1d4f631149a6f16438916..2eb9079efe2ab7dd0c43234e18cf022c5e51d8f5 100644
|
| --- a/mojo/shell/public/cpp/shell_client.h
|
| +++ b/mojo/shell/public/cpp/shell_client.h
|
| @@ -49,7 +49,7 @@ class ShellClient {
|
| virtual bool ShellConnectionLost();
|
|
|
| private:
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(ShellClient);
|
| + DISALLOW_COPY_AND_ASSIGN(ShellClient);
|
| };
|
|
|
| } // namespace mojo
|
|
|