| Index: mojo/public/cpp/environment/tests/logging_unittest.cc
|
| diff --git a/mojo/public/cpp/environment/tests/logging_unittest.cc b/mojo/public/cpp/environment/tests/logging_unittest.cc
|
| index aca679295358564a4f37b41c9486b8265a461e19..83772525de9d7f8fe588e8a07cdbff73488351c5 100644
|
| --- a/mojo/public/cpp/environment/tests/logging_unittest.cc
|
| +++ b/mojo/public/cpp/environment/tests/logging_unittest.cc
|
| @@ -94,7 +94,7 @@ class LoggingTest : public testing::Test {
|
| static std::string last_message_;
|
| static bool not_called_condition_was_called_;
|
|
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(LoggingTest);
|
| + DISALLOW_COPY_AND_ASSIGN(LoggingTest);
|
| };
|
|
|
| // static
|
|
|