Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: services/media/common/test/test_base.h

Issue 1950603002: Motown: Add new Ratio and LinearFunction classes to media/common/cpp. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sync Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/media/common/test/ratio_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/media/common/test/ratio_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698