| Index: components/mus/public/cpp/tests/test_window.h
|
| diff --git a/components/mus/public/cpp/tests/test_window.h b/components/mus/public/cpp/tests/test_window.h
|
| index 47557cefcbf3030012737529459b1058a0bb0e6b..708f00d8bd220b33e6a11150202ee1109d49ad3a 100644
|
| --- a/components/mus/public/cpp/tests/test_window.h
|
| +++ b/components/mus/public/cpp/tests/test_window.h
|
| @@ -19,7 +19,7 @@ class TestWindow : public Window {
|
| ~TestWindow() {}
|
|
|
| private:
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(TestWindow);
|
| + DISALLOW_COPY_AND_ASSIGN(TestWindow);
|
| };
|
|
|
| } // namespace mus
|
|
|