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

Unified Diff: mojo/edk/system/shared_buffer_dispatcher.h

Issue 1483823004: EDK: Move {platform_handle,scoped_platform_handle}.* to //mojo/edk/platform. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « mojo/edk/system/remote_producer_data_pipe_impl.cc ('k') | mojo/edk/system/shared_buffer_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/shared_buffer_dispatcher.h
diff --git a/mojo/edk/system/shared_buffer_dispatcher.h b/mojo/edk/system/shared_buffer_dispatcher.h
index bcb827906f8d8649a04a868b2927a03a749b7443..72fce6df00bc230a84c6637e993b67cf666869d5 100644
--- a/mojo/edk/system/shared_buffer_dispatcher.h
+++ b/mojo/edk/system/shared_buffer_dispatcher.h
@@ -59,7 +59,7 @@ class SharedBufferDispatcher final : public SimpleDispatcher {
Channel* channel,
const void* source,
size_t size,
- std::vector<embedder::ScopedPlatformHandle>* platform_handles);
+ std::vector<platform::ScopedPlatformHandle>* platform_handles);
private:
static util::RefPtr<SharedBufferDispatcher> CreateInternal(
@@ -100,7 +100,7 @@ class SharedBufferDispatcher final : public SimpleDispatcher {
Channel* channel,
void* destination,
size_t* actual_size,
- std::vector<embedder::ScopedPlatformHandle>* platform_handles) override
+ std::vector<platform::ScopedPlatformHandle>* platform_handles) override
MOJO_NOT_THREAD_SAFE;
util::RefPtr<embedder::PlatformSharedBuffer> shared_buffer_
« no previous file with comments | « mojo/edk/system/remote_producer_data_pipe_impl.cc ('k') | mojo/edk/system/shared_buffer_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698