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

Unified Diff: services/media/factory_service/factory_service.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/common/timeline_control_point.h ('k') | services/media/factory_service/media_decoder_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/factory_service/factory_service.h
diff --git a/services/media/factory_service/factory_service.h b/services/media/factory_service/factory_service.h
index 247bf8a0f378e30e739c3a73559b59100582298b..1282da9073fe94270e056f0a0f919b21925f7e11 100644
--- a/services/media/factory_service/factory_service.h
+++ b/services/media/factory_service/factory_service.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_SERVICES_MEDIA_FACTORY_FACTORY_SERVICE_H_
-#define MOJO_SERVICES_MEDIA_FACTORY_FACTORY_SERVICE_H_
+#ifndef SERVICES_MEDIA_FACTORY_SERVICE_FACTORY_SERVICE_H_
+#define SERVICES_MEDIA_FACTORY_SERVICE_FACTORY_SERVICE_H_
#include "mojo/common/binding_set.h"
#include "mojo/services/media/control/interfaces/media_factory.mojom.h"
@@ -55,4 +55,4 @@ class MediaFactoryService : public util::FactoryServiceBase,
} // namespace media
} // namespace mojo
-#endif // MOJO_SERVICES_MEDIA_FACTORY_FACTORY_SERVICE_H_
+#endif // SERVICES_MEDIA_FACTORY_SERVICE_FACTORY_SERVICE_H_
« no previous file with comments | « services/media/common/timeline_control_point.h ('k') | services/media/factory_service/media_decoder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698