Index: google_apis/gcm/tools/mcs_probe.cc |
diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc |
index 991413d333f69c0f02d6df75f13e4a57b43dbc37..48815df589281c12b4134b4133d9accb458d070b 100644 |
--- a/google_apis/gcm/tools/mcs_probe.cc |
+++ b/google_apis/gcm/tools/mcs_probe.cc |
@@ -8,6 +8,7 @@ |
#include <cstddef> |
#include <cstdio> |
#include <string> |
+#include <vector> |
#include "base/at_exit.h" |
#include "base/command_line.h" |
@@ -426,6 +427,7 @@ void MCSProbe::CheckIn() { |
chrome_build_proto, |
0, |
0, |
+ std::vector<std::string>(), |
url_request_context_getter_.get())); |
checkin_request_->Start(); |
} |