| Index: services/util/cpp/incident.cc
|
| diff --git a/services/media/framework/util/incident.cc b/services/util/cpp/incident.cc
|
| similarity index 91%
|
| rename from services/media/framework/util/incident.cc
|
| rename to services/util/cpp/incident.cc
|
| index 3b6a1e3602f2306f8097c7da06fcd9290bcdabe6..9307eb689dbc935165c1779fbf96ce08f209b34d 100644
|
| --- a/services/media/framework/util/incident.cc
|
| +++ b/services/util/cpp/incident.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "services/media/framework/util/incident.h"
|
| +#include "services/util/cpp/incident.h"
|
|
|
| namespace mojo {
|
| -namespace media {
|
|
|
| Incident::Incident() {}
|
|
|
| @@ -50,5 +49,4 @@ void ThreadsafeIncident::Occur() {
|
| }
|
| }
|
|
|
| -} // namespace media
|
| } // namespace mojo
|
|
|