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

Unified Diff: ios/web/public/java_script_dialog_callback.h

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import 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
« no previous file with comments | « ios/web/public/image_fetcher/webp_decoder_unittest.mm ('k') | ios/web/public/origin_util_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/java_script_dialog_callback.h
diff --git a/ios/web/public/java_script_dialog_callback.h b/ios/web/public/java_script_dialog_callback.h
index 1d89ccd6bcf4bdb0f4c150f0cf41d8b8d16349bc..ca1d968219297fb9037fdabf88e1eadc83a42c4f 100644
--- a/ios/web/public/java_script_dialog_callback.h
+++ b/ios/web/public/java_script_dialog_callback.h
@@ -5,6 +5,8 @@
#ifndef IOS_WEB_PUBLIC_JAVA_SCRIPT_DIALOG_CALLBACK_H_
#define IOS_WEB_PUBLIC_JAVA_SCRIPT_DIALOG_CALLBACK_H_
+#import <Foundation/Foundation.h>
+
#include "base/callback.h"
namespace web {
« no previous file with comments | « ios/web/public/image_fetcher/webp_decoder_unittest.mm ('k') | ios/web/public/origin_util_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698