diff options
Diffstat (limited to 'mojo/shell/public/cpp/shell_connection.h')
-rw-r--r-- | mojo/shell/public/cpp/shell_connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/public/cpp/shell_connection.h b/mojo/shell/public/cpp/shell_connection.h index 868f89d..07dc39d 100644 --- a/mojo/shell/public/cpp/shell_connection.h +++ b/mojo/shell/public/cpp/shell_connection.h @@ -81,7 +81,7 @@ class ShellConnection : public shell::mojom::ShellClient { scoped_ptr<Connector> connector_; base::WeakPtrFactory<ShellConnection> weak_factory_; - MOJO_DISALLOW_COPY_AND_ASSIGN(ShellConnection); + DISALLOW_COPY_AND_ASSIGN(ShellConnection); }; } // namespace mojo |