| 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
|
|
|