| Index: mojo/services/test_service/test_service_application.h
|
| diff --git a/mojo/services/test_service/test_service_application.h b/mojo/services/test_service/test_service_application.h
|
| index 840954f3d55f4af62c4a2f91619fbe88cf56db8a..6ebccbd572664f5a7bdd32af6090cd1aa35f1227 100644
|
| --- a/mojo/services/test_service/test_service_application.h
|
| +++ b/mojo/services/test_service/test_service_application.h
|
| @@ -42,7 +42,7 @@ class TestServiceApplication : public ShellClient,
|
| int ref_count_;
|
| Connector* connector_;
|
|
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceApplication);
|
| + DISALLOW_COPY_AND_ASSIGN(TestServiceApplication);
|
| };
|
|
|
| } // namespace test
|
|
|