summaryrefslogtreecommitdiffstats
path: root/remoting/base/breakpad_win.cc
diff options
context:
space:
mode:
authorRobert Sesek <rsesek@chromium.org>2014-08-27 12:12:44 -0400
committerRobert Sesek <rsesek@chromium.org>2014-08-27 16:14:41 +0000
commitabcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33 (patch)
treef502825654e85f9c009a222384cd07a154e2a1e8 /remoting/base/breakpad_win.cc
parent6a35b2b82305427017f42a971dc022d154eb127d (diff)
downloadchromium_src-abcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33.zip
chromium_src-abcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33.tar.gz
chromium_src-abcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33.tar.bz2
Rename components/breakpad to components/crash.
In the near future, Crashpad (the new Mac crash reporter) will be integrated, and it should be integrated/exposed transparently to the users of this component. BUG=406410 R=blundell@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/485893007 Cr-Commit-Position: refs/heads/master@{#292162}
Diffstat (limited to 'remoting/base/breakpad_win.cc')
-rw-r--r--remoting/base/breakpad_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/breakpad_win.cc b/remoting/base/breakpad_win.cc
index a19a717..ce39d91 100644
--- a/remoting/base/breakpad_win.cc
+++ b/remoting/base/breakpad_win.cc
@@ -4,7 +4,7 @@
// This module contains the necessary code to register the Breakpad exception
// handler. This implementation is based on Chrome crash reporting code. See:
-// - src/components/breakpad/app/breakpad_win.cc
+// - src/components/crash/app/breakpad_win.cc
// - src/chrome/installer/setup/setup_main.cc
#include "remoting/base/breakpad.h"