| Index: ash/common/test/ash_test.h
|
| diff --git a/ash/common/test/ash_test.h b/ash/common/test/ash_test.h
|
| index d91c4d635cf0f22ea5eab05f5617bd481fab7649..f2b6bb589135d4ccd5415f6af14c992c7a9f650a 100644
|
| --- a/ash/common/test/ash_test.h
|
| +++ b/ash/common/test/ash_test.h
|
| @@ -57,9 +57,8 @@ class WindowOwner {
|
| // real implementation. This class exists so that tests can be written to
|
| // ash/common and run in both mus and aura.
|
| //
|
| -// The implementation of AshTestImpl that is used depends upon gn targets. To
|
| -// use the aura backend depend on "//ash/test:ash_with_aura_test_support." The
|
| -// mus backend is not provided as a separate link target.
|
| +// TODO: this class is deprecated and should be removed.
|
| +// http://crbug.com/707057.
|
| class AshTest : public testing::Test {
|
| public:
|
| AshTest();
|
|
|