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

Unified Diff: ios/chrome/browser/web/mailto_handler_gmail.mm

Issue 2898483002: IWYU: Removed some unnecessary includes (mailto_handler*) (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | ios/chrome/browser/web/mailto_handler_gmail_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/mailto_handler_gmail.mm
diff --git a/ios/chrome/browser/web/mailto_handler_gmail.mm b/ios/chrome/browser/web/mailto_handler_gmail.mm
index 23a37a9cb0489de46c1a2b13261d84a42a63556d..c0a77c859764abe7eefecd5d00a210336acb9044 100644
--- a/ios/chrome/browser/web/mailto_handler_gmail.mm
+++ b/ios/chrome/browser/web/mailto_handler_gmail.mm
@@ -3,9 +3,6 @@
// found in the LICENSE file.
#import "ios/chrome/browser/web/mailto_handler_gmail.h"
-#include "base/strings/sys_string_conversions.h"
-#include "url/gurl.h"
-#include "url/url_constants.h"
#import <UIKit/UIKit.h>
« no previous file with comments | « no previous file | ios/chrome/browser/web/mailto_handler_gmail_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698