| Index: mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/versioning_test_service.cc b/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| index 8e04c0a8f2a34627c0fb80eaff4437f64167ca94..7d4b3c06728a2c1b6789854d72f76022c92fa315 100644
|
| --- a/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| +++ b/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| @@ -26,7 +26,7 @@ struct EmployeeInfo {
|
| Array<uint8_t> finger_print;
|
|
|
| private:
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(EmployeeInfo);
|
| + DISALLOW_COPY_AND_ASSIGN(EmployeeInfo);
|
| };
|
|
|
| class HumanResourceDatabaseImpl : public HumanResourceDatabase {
|
|
|