Chromium Code Reviews| Index: services/util/cpp/test/test_base.h |
| diff --git a/services/media/framework/test/test_base.h b/services/util/cpp/test/test_base.h |
| similarity index 68% |
| copy from services/media/framework/test/test_base.h |
| copy to services/util/cpp/test/test_base.h |
| index f38766acd61b8f3e5999f1a93d9666cdddb5e524..db1ba669a85b33b6e70fba1229dfaed3173037db 100644 |
| --- a/services/media/framework/test/test_base.h |
| +++ b/services/util/cpp/test/test_base.h |
| @@ -2,13 +2,12 @@ |
| // 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_UTIL_CPP_TEST_TEST_BASE_H_ |
| +#define MOJO_SERVICES_UTIL_CPP_TEST_TEST_BASE_H_ |
| #include "mojo/public/cpp/application/application_test_base.h" |
| namespace mojo { |
| -namespace media { |
| namespace { |
|
viettrungluu
2016/05/31 23:37:01
I'm not sure what the value of the added class is.
|
| class TestBase : public test::ApplicationTestBase { |
| @@ -21,7 +20,6 @@ class TestBase : public test::ApplicationTestBase { |
| }; |
| } // namespace |
| -} // namespace media |
| } // namespace mojo |
| -#endif // MOJO_SERVICES_MEDIA_FRAMEWORK_TEST_TEST_BASE_H_ |
| +#endif // MOJO_SERVICES_UTIL_CPP_TEST_TEST_BASE_H_ |