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

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

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: Created 4 years 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: ios/web/webui/mojo_facade.h
diff --git a/ios/web/webui/mojo_facade.h b/ios/web/webui/mojo_facade.h
index ce9ed7548f42a855a44fbb1091c522a14dea0472..1d6d487d01bcee75ce4a503f6a10b85d548a2b45 100644
--- a/ios/web/webui/mojo_facade.h
+++ b/ios/web/webui/mojo_facade.h
@@ -9,7 +9,7 @@
#include <string>
#import "base/ios/weak_nsobject.h"
-#import "mojo/public/cpp/system/watcher.h"
+#include "mojo/public/cpp/system/watcher.h"
@protocol CRWJSInjectionEvaluator;

Powered by Google App Engine
This is Rietveld 408576698