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

Unified Diff: mojo/system/mapping_table.cc

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: Fix the mac loader path dependencies 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
« no previous file with comments | « mojo/system/mapping_table.h ('k') | mojo/system/message_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/mapping_table.cc
diff --git a/mojo/system/mapping_table.cc b/mojo/system/mapping_table.cc
index 39b79bcdaf5d1043d4cd3a07e3624ca9a781eefc..a6e5bb39cb81a9a2357f16547ebc6c6681bebf01 100644
--- a/mojo/system/mapping_table.cc
+++ b/mojo/system/mapping_table.cc
@@ -16,7 +16,7 @@ MappingTable::MappingTable() {
MappingTable::~MappingTable() {
// This should usually not be reached (the only instance should be owned by
- // the singleton |CoreImpl|, which lives forever), except in tests.
+ // the singleton |Core|, which lives forever), except in tests.
}
MojoResult MappingTable::AddMapping(
« no previous file with comments | « mojo/system/mapping_table.h ('k') | mojo/system/message_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698