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

Unified Diff: services/media/framework/models/multistream_source.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
« no previous file with comments | « services/media/framework/models/demand.h ('k') | services/media/framework/models/transform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/models/multistream_source.h
diff --git a/services/media/framework/models/multistream_source.h b/services/media/framework/models/multistream_source.h
index 9c7080871e13b4dafefb2c7174a58a201e3ad4d4..4249961a39b49961719025864f4432b9ba48dc34 100644
--- a/services/media/framework/models/multistream_source.h
+++ b/services/media/framework/models/multistream_source.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_MULTISTREAM_SOURCE_H_
-#define MOJO_MEDIA_MODELS_MULTISTREAM_SOURCE_H_
+#ifndef SERVICES_MEDIA_FRAMEWORK_MODELS_MULTISTREAM_SOURCE_H_
+#define SERVICES_MEDIA_FRAMEWORK_MODELS_MULTISTREAM_SOURCE_H_
#include "services/media/framework/models/part.h"
#include "services/media/framework/packet.h"
@@ -28,4 +28,4 @@ class MultistreamSource : public Part {
} // namespace media
} // namespace mojo
-#endif // MOJO_MEDIA_MODELS_MULTISTREAM_SOURCE_H_
+#endif // SERVICES_MEDIA_FRAMEWORK_MODELS_MULTISTREAM_SOURCE_H_
« no previous file with comments | « services/media/framework/models/demand.h ('k') | services/media/framework/models/transform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698