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

Unified Diff: sync/notifier/p2p_invalidator.cc

Issue 23540009: test IWYU fixups for base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include iterator in a couple more files Created 7 years, 4 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 | « cloud_print/service/win/cloud_print_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/p2p_invalidator.cc
diff --git a/sync/notifier/p2p_invalidator.cc b/sync/notifier/p2p_invalidator.cc
index 05ec1835379faf101018be0c578c9165ce1062f4..2468a51a735874a67f90e5df7abf019be4c1c1cf 100644
--- a/sync/notifier/p2p_invalidator.cc
+++ b/sync/notifier/p2p_invalidator.cc
@@ -5,6 +5,7 @@
#include "sync/notifier/p2p_invalidator.h"
#include <algorithm>
+#include <iterator>
rlarocque 2013/08/30 17:08:43 I don't see why IWYU thought this was necessary.
Mostyn Bramley-Moore 2013/08/30 17:14:48 I didn't run IWYU on this file, but after making s
#include "base/json/json_reader.h"
#include "base/json/json_writer.h"
« no previous file with comments | « cloud_print/service/win/cloud_print_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698