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

Unified Diff: ios/web/webui/mojo_facade.h

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 years, 9 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 | « content/common/message_port.cc ('k') | ios/web/webui/mojo_facade.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/mojo_facade.h
diff --git a/ios/web/webui/mojo_facade.h b/ios/web/webui/mojo_facade.h
index 0e773088c5bff3494edb23d2314e7edfb8c1f6e5..f22d5b377c01139ea9c70c12adfa1b7a14f35e6b 100644
--- a/ios/web/webui/mojo_facade.h
+++ b/ios/web/webui/mojo_facade.h
@@ -10,7 +10,7 @@
#include <string>
#import "base/ios/weak_nsobject.h"
-#include "mojo/public/cpp/system/watcher.h"
+#include "mojo/public/cpp/system/simple_watcher.h"
@protocol CRWJSInjectionEvaluator;
@@ -133,7 +133,7 @@ class MojoFacade {
// Id of the last created watch.
int last_watch_id_;
// Currently active watches created through this facade.
- std::map<int, std::unique_ptr<mojo::Watcher>> watchers_;
+ std::map<int, std::unique_ptr<mojo::SimpleWatcher>> watchers_;
};
} // web
« no previous file with comments | « content/common/message_port.cc ('k') | ios/web/webui/mojo_facade.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698