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

Unified Diff: ios/web/web_state/web_state_impl.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/web_state/web_state_impl.h
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
index cb86de42c6f350281229afe16e629539f9ba020c..77559eac87c6d7950a259eef1555eee65dbb7620 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -17,12 +17,12 @@
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
#include "base/values.h"
-#include "ios/web/navigation/navigation_manager_delegate.h"
-#include "ios/web/navigation/navigation_manager_impl.h"
-#include "ios/web/net/request_tracker_impl.h"
-#import "ios/web/public/java_script_dialog_callback.h"
+#import "ios/web/navigation/navigation_manager_delegate.h"
+#import "ios/web/navigation/navigation_manager_impl.h"
+#import "ios/web/net/request_tracker_impl.h"
+#include "ios/web/public/java_script_dialog_callback.h"
Eugene But (OOO till 7-30) 2016/12/28 17:27:26 ditto
Olivier 2016/12/28 17:48:05 Adding missing import
#include "ios/web/public/java_script_dialog_type.h"
-#include "ios/web/public/web_state/web_state.h"
+#import "ios/web/public/web_state/web_state.h"
#include "url/gurl.h"
@protocol CRWRequestTrackerDelegate;

Powered by Google App Engine
This is Rietveld 408576698