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

Unified Diff: mojo/services/media/common/cpp/shared_media_buffer_allocator.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: mojo/services/media/common/cpp/shared_media_buffer_allocator.h
diff --git a/mojo/services/media/common/cpp/shared_media_buffer_allocator.h b/mojo/services/media/common/cpp/shared_media_buffer_allocator.h
index 3700a139256ddfd726ff22094ba63355b43f0cce..fc971a686919b21d14ec4587877334b582a28c92 100644
--- a/mojo/services/media/common/cpp/shared_media_buffer_allocator.h
+++ b/mojo/services/media/common/cpp/shared_media_buffer_allocator.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_COMMON_CPP_MAPPED_SHARED_MEDIA_BUFFER_ALLOCATOR_H_
-#define MOJO_SERVICES_MEDIA_COMMON_CPP_MAPPED_SHARED_MEDIA_BUFFER_ALLOCATOR_H_
+#ifndef MOJO_SERVICES_MEDIA_COMMON_CPP_SHARED_MEDIA_BUFFER_ALLOCATOR_H_
+#define MOJO_SERVICES_MEDIA_COMMON_CPP_SHARED_MEDIA_BUFFER_ALLOCATOR_H_
#include <memory>
#include <mutex> // NOLINT(build/c++11)
@@ -64,4 +64,4 @@ class SharedMediaBufferAllocator : public MappedSharedBuffer {
} // namespace media
} // namespace mojo
-#endif // MOJO_SERVICES_MEDIA_COMMON_CPP_MAPPED_SHARED_MEDIA_BUFFER_ALLOCATOR_H_
+#endif // MOJO_SERVICES_MEDIA_COMMON_CPP_SHARED_MEDIA_BUFFER_ALLOCATOR_H_
« no previous file with comments | « mojo/services/media/common/cpp/circular_buffer_media_pipe_adapter.cc ('k') | mojo/services/media/common/cpp/video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698