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 |