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

Unified Diff: services/util/cpp/test/test_base.h

Issue 2024953003: Motown: Move framework/util/incident* so other services can use it (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/util/cpp/test/incident_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/util/cpp/test/incident_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698