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

Unified Diff: services/media/framework/models/active_sink.h

Issue 2097953002: Motown: Rename MediaProducer/Consumer to MediaPacketProducer/Consumer (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed #ifndef guards Created 4 years, 6 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/media/framework/models/active_sink.h
diff --git a/services/media/framework/models/active_sink.h b/services/media/framework/models/active_sink.h
index 3463dfc305950d779de8f570771ad165a49e405b..baf009aaf0fbc33e5e329075a75af7f71dabcf83 100644
--- a/services/media/framework/models/active_sink.h
+++ b/services/media/framework/models/active_sink.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_MEDIA_MODELS_ACTIVE_SINK_H_
-#define MOJO_MEDIA_MODELS_ACTIVE_SINK_H_
+#ifndef SERVICES_MEDIA_FRAMEWORK_MODELS_ACTIVE_SINK_H_
+#define SERVICES_MEDIA_FRAMEWORK_MODELS_ACTIVE_SINK_H_
#include "services/media/framework/models/demand.h"
#include "services/media/framework/models/part.h"
@@ -34,4 +34,4 @@ class ActiveSink : public Part {
} // namespace media
} // namespace mojo
-#endif // MOJO_MEDIA_MODELS_ACTIVE_SINK_H_
+#endif // SERVICES_MEDIA_FRAMEWORK_MODELS_ACTIVE_SINK_H_
« no previous file with comments | « services/media/framework/models/active_multistream_source.h ('k') | services/media/framework/models/active_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698