| Index: services/media/common/test/test_base.h
|
| diff --git a/services/media/framework/test/test_base.h b/services/media/common/test/test_base.h
|
| similarity index 74%
|
| copy from services/media/framework/test/test_base.h
|
| copy to services/media/common/test/test_base.h
|
| index f38766acd61b8f3e5999f1a93d9666cdddb5e524..42c61cc96bc9cd71eeb12256a1102b2401316bdd 100644
|
| --- a/services/media/framework/test/test_base.h
|
| +++ b/services/media/common/test/test_base.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_MEDIA_FRAMEWORK_TEST_TEST_BASE_H_
|
| -#define MOJO_SERVICES_MEDIA_FRAMEWORK_TEST_TEST_BASE_H_
|
| +#ifndef MOJO_SERVICES_MEDIA_COMMON_CPP_TEST_TEST_BASE_H_
|
| +#define MOJO_SERVICES_MEDIA_COMMON_CPP_TEST_TEST_BASE_H_
|
|
|
| #include "mojo/public/cpp/application/application_test_base.h"
|
|
|
| @@ -24,4 +24,4 @@ class TestBase : public test::ApplicationTestBase {
|
| } // namespace media
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERVICES_MEDIA_FRAMEWORK_TEST_TEST_BASE_H_
|
| +#endif // MOJO_SERVICES_MEDIA_COMMON_CPP_TEST_TEST_BASE_H_
|
|
|