| Index: ui/aura/test/aura_mus_test_base.h
|
| diff --git a/ui/aura/test/aura_mus_test_base.h b/ui/aura/test/aura_mus_test_base.h
|
| index 47aa5c9649e520ce65787ff32f3cd88cbf895ac1..8964dfbabbf7a7c39b5cd539d6181da77f1ca901 100644
|
| --- a/ui/aura/test/aura_mus_test_base.h
|
| +++ b/ui/aura/test/aura_mus_test_base.h
|
| @@ -12,8 +12,8 @@ namespace aura {
|
| namespace test {
|
|
|
| // A base class for aura unit tests that use mus. You can also use AuraTestBase
|
| -// directly and call EnableMus() before SetUp(). Prefer this if you don't need
|
| -// to subclass and want to target mus.
|
| +// directly and call EnableMusWithTestWindowTree() before SetUp(). Prefer this
|
| +// if you don't need to subclass and want to target mus.
|
| //
|
| // This test class sets up the connection to mus as the window manager.
|
| class AuraMusWmTestBase : public AuraTestBase {
|
| @@ -29,8 +29,8 @@ class AuraMusWmTestBase : public AuraTestBase {
|
| };
|
|
|
| // A base class for aura unit tests that use mus. You can also use AuraTestBase
|
| -// directly and call EnableMus() before SetUp(). Prefer this if you don't need
|
| -// to subclass and want to target mus.
|
| +// directly and call EnableMusWithTestWindowTree() before SetUp(). Prefer this
|
| +// if you don't need to subclass and want to target mus.
|
| //
|
| // This test class sets up the connection to mus as a normal client (not the
|
| // window manager).
|
|
|