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

Unified Diff: mojo/edk/system/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/data_pipe_producer_dispatcher.cc ('k') | mojo/edk/system/dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/dispatcher.h
diff --git a/mojo/edk/system/dispatcher.h b/mojo/edk/system/dispatcher.h
index b9bb8959e6d1b4b029efd140540527a47aedd6b1..c3c14f0dcf153fc64cf91d0b90aafff7d12e872e 100644
--- a/mojo/edk/system/dispatcher.h
+++ b/mojo/edk/system/dispatcher.h
@@ -12,7 +12,7 @@
#include <ostream>
#include <vector>
-#include "mojo/edk/embedder/scoped_platform_handle.h"
+#include "mojo/edk/platform/scoped_platform_handle.h"
#include "mojo/edk/system/handle_signals_state.h"
#include "mojo/edk/system/memory.h"
#include "mojo/edk/util/mutex.h"
@@ -200,7 +200,7 @@ class Dispatcher : public util::RefCountedThreadSafe<Dispatcher> {
Channel* channel,
void* destination,
size_t* actual_size,
- std::vector<embedder::ScopedPlatformHandle>* platform_handles);
+ std::vector<platform::ScopedPlatformHandle>* platform_handles);
// Deserialization API.
// Note: This "clears" (i.e., reset to the invalid handle) any platform
@@ -210,7 +210,7 @@ class Dispatcher : public util::RefCountedThreadSafe<Dispatcher> {
int32_t type,
const void* source,
size_t size,
- std::vector<embedder::ScopedPlatformHandle>* platform_handles);
+ std::vector<platform::ScopedPlatformHandle>* platform_handles);
};
protected:
@@ -304,7 +304,7 @@ class Dispatcher : public util::RefCountedThreadSafe<Dispatcher> {
Channel* channel,
void* destination,
size_t* actual_size,
- std::vector<embedder::ScopedPlatformHandle>* platform_handles)
+ std::vector<platform::ScopedPlatformHandle>* platform_handles)
MOJO_NOT_THREAD_SAFE;
// This should be overridden to return true if/when there's an ongoing
@@ -372,7 +372,7 @@ class Dispatcher : public util::RefCountedThreadSafe<Dispatcher> {
bool EndSerializeAndClose(Channel* channel,
void* destination,
size_t* actual_size,
- std::vector<embedder::ScopedPlatformHandle>*
+ std::vector<platform::ScopedPlatformHandle>*
platform_handles) MOJO_NOT_THREAD_SAFE;
// This protects the following members as well as any state added by
« no previous file with comments | « mojo/edk/system/data_pipe_producer_dispatcher.cc ('k') | mojo/edk/system/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698