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

Unified Diff: url/origin.h

Issue 1561693003: IWYU fixes for url/... Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added IWYU-pragma-keep in a few places. Created 4 years, 11 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
Index: url/origin.h
diff --git a/url/origin.h b/url/origin.h
index 3b9f50bd8c7cb836612ab65662d1b71ede567bab..14caaa1e7c08b9cc58bfae2b31761949b4f99cba 100644
--- a/url/origin.h
+++ b/url/origin.h
@@ -6,7 +6,7 @@
#define URL_ORIGIN_H_
#include <stdint.h>
-
+#include <iosfwd>
#include <string>
#include "base/strings/string16.h"

Powered by Google App Engine
This is Rietveld 408576698