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

Unified Diff: net/reporting/reporting_service.cc

Issue 2895253002: Reporting: Add missing #include <utility> (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 | « net/reporting/reporting_report.cc ('k') | net/reporting/reporting_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_service.cc
diff --git a/net/reporting/reporting_service.cc b/net/reporting/reporting_service.cc
index 1da91004b540765670dcd0b19e37441bafd6c319..8474aa0f757d0082f33cc267ecb2fd5bb7538095 100644
--- a/net/reporting/reporting_service.cc
+++ b/net/reporting/reporting_service.cc
@@ -5,6 +5,7 @@
#include "net/reporting/reporting_service.h"
#include <memory>
+#include <utility>
#include "base/bind.h"
#include "base/macros.h"
« no previous file with comments | « net/reporting/reporting_report.cc ('k') | net/reporting/reporting_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698