diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 00:11:03 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 00:11:03 +0000 |
commit | 0b818f7b22ef210976d00055575255d9801969ee (patch) | |
tree | e9c78bd80e97d03cd6d2fde83044c521170238b0 /chrome/app/chrome_breakpad_client.h | |
parent | 774a58c3ad4fb5f93bae4ed761cddf1b90365ff3 (diff) | |
download | chromium_src-0b818f7b22ef210976d00055575255d9801969ee.zip chromium_src-0b818f7b22ef210976d00055575255d9801969ee.tar.gz chromium_src-0b818f7b22ef210976d00055575255d9801969ee.tar.bz2 |
Move Linux/Android breakpad implementation to breakpad component
Also split up breakpad component in more subdirectories and tighten up DEPS
rules
BUG=247431
R=rsesek@chromium.org
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/31243002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_breakpad_client.h')
-rw-r--r-- | chrome/app/chrome_breakpad_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h index 3636a22..78f54f6 100644 --- a/chrome/app/chrome_breakpad_client.h +++ b/chrome/app/chrome_breakpad_client.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" -#include "components/breakpad/breakpad_client.h" +#include "components/breakpad/app/breakpad_client.h" namespace chrome { |