| Index: mojo/services/test_service/test_request_tracker_application.h
|
| diff --git a/mojo/services/test_service/test_request_tracker_application.h b/mojo/services/test_service/test_request_tracker_application.h
|
| index a3dde4a8381ec4dd1b699a53e41c8330c2c4c8f6..3fbb983630095dd381a0b82dd4d7a0e9a89ae182 100644
|
| --- a/mojo/services/test_service/test_request_tracker_application.h
|
| +++ b/mojo/services/test_service/test_request_tracker_application.h
|
| @@ -45,7 +45,7 @@ class TestRequestTrackerApplication
|
| private:
|
| Connector* connector_;
|
| TrackingContext context_;
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(TestRequestTrackerApplication);
|
| + DISALLOW_COPY_AND_ASSIGN(TestRequestTrackerApplication);
|
| };
|
|
|
| } // namespace test
|
|
|