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

Unified Diff: url/origin_unittest.cc

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_unittest.cc
diff --git a/url/origin_unittest.cc b/url/origin_unittest.cc
index 6a3128b7be2a8a87d1b0a5a840a0671e4af725a7..a4797341cc6d045021751156def60188aba526fa 100644
--- a/url/origin_unittest.cc
+++ b/url/origin_unittest.cc
@@ -4,9 +4,10 @@
#include <stddef.h>
#include <stdint.h>
+#include <ostream>
-#include "base/logging.h"
#include "base/macros.h"
+#include "testing/gtest/include/gtest/gtest-message.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/origin.h"

Powered by Google App Engine
This is Rietveld 408576698