summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--chrome/tools/crash_service/crash_service.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 61fd9be..d5beea7 100644
--- a/DEPS
+++ b/DEPS
@@ -14,7 +14,7 @@ vars = {
deps = {
"src/breakpad/src":
- (Var("googlecode_url") % "google-breakpad") + "/trunk/src@692",
+ (Var("googlecode_url") % "google-breakpad") + "/trunk/src@697",
"src/build/util/support":
"/trunk/deps/support@20411",
diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
index 09768fa..bfd0e41 100644
--- a/chrome/tools/crash_service/crash_service.cc
+++ b/chrome/tools/crash_service/crash_service.cc
@@ -16,6 +16,7 @@
#include "base/path_service.h"
#include "base/win_util.h"
#include "breakpad/src/client/windows/crash_generation/crash_generation_server.h"
+#include "breakpad/src/client/windows/crash_generation/client_info.h"
#include "breakpad/src/client/windows/sender/crash_report_sender.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths.h"