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

Unified Diff: services/util/cpp/test/incident_test.cc

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
Index: services/util/cpp/test/incident_test.cc
diff --git a/services/media/framework/test/incident_test.cc b/services/util/cpp/test/incident_test.cc
similarity index 97%
rename from services/media/framework/test/incident_test.cc
rename to services/util/cpp/test/incident_test.cc
index e143c8aa1c4200dedbf8e3a604aba1ee639b390a..ee02d96e4c568cb8dfc21a5399ebbca7e2499d6c 100644
--- a/services/media/framework/test/incident_test.cc
+++ b/services/util/cpp/test/incident_test.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/media/framework/test/test_base.h"
-#include "services/media/framework/util/incident.h"
+#include "services/util/cpp/incident.h"
+#include "services/util/cpp/test/test_base.h"
namespace mojo {
-namespace media {
namespace {
class IncidentTest : public TestBase {};
@@ -216,5 +215,4 @@ TEST_F(ThreadsafeIncidentTest, When_After_Delete) {
}
} // namespace
-} // namespace media
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698