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

Unified Diff: chrome/browser/predictors/resource_prefetcher.h

Issue 2301403002: predictors: Clean up after removing STLDeleteContainerPairFirstPointers (Closed)
Patch Set: it -> key_value Created 4 years, 3 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 | chrome/browser/predictors/resource_prefetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/predictors/resource_prefetcher.h
diff --git a/chrome/browser/predictors/resource_prefetcher.h b/chrome/browser/predictors/resource_prefetcher.h
index 3a88990bcb729829be7ccd0d71b0a7eb15b05487..1366d75dc01698213df8f23b3609724f5b9ec653 100644
--- a/chrome/browser/predictors/resource_prefetcher.h
+++ b/chrome/browser/predictors/resource_prefetcher.h
@@ -7,10 +7,10 @@
#include <stddef.h>
-#include <algorithm>
#include <list>
#include <map>
#include <memory>
+#include <utility>
#include <vector>
#include "base/macros.h"
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698