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

Unified Diff: mojo/system/dispatcher.h

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get content builds to work Created 6 years, 8 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/system/dispatcher.h
diff --git a/mojo/system/dispatcher.h b/mojo/system/dispatcher.h
index 5bb6b3e9174fb3e8248cc20cd9ad56d801d1aa6b..504e33a2f841893729e147aa936def8554eec9ea 100644
--- a/mojo/system/dispatcher.h
+++ b/mojo/system/dispatcher.h
@@ -22,7 +22,7 @@ namespace mojo {
namespace system {
class Channel;
-class CoreImpl;
+class Core;
class Dispatcher;
class DispatcherTransport;
class HandleTable;
@@ -135,9 +135,9 @@ class MOJO_SYSTEM_IMPL_EXPORT Dispatcher :
// has been called.
class HandleTableAccess {
private:
- friend class CoreImpl;
+ friend class Core;
friend class HandleTable;
- // Tests also need this, to avoid needing |CoreImpl|.
+ // Tests also need this, to avoid needing |Core|.
friend DispatcherTransport test::DispatcherTryStartTransport(Dispatcher*);
// This must be called under the handle table lock and only if the handle

Powered by Google App Engine
This is Rietveld 408576698