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

Unified Diff: services/util/cpp/incident.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/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

Powered by Google App Engine
This is Rietveld 408576698