diff options
author | sdefresne <sdefresne@chromium.org> | 2015-09-17 01:45:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-17 08:45:51 +0000 |
commit | 4e483c64be5136b785e92c5baa971baca7eea2bc (patch) | |
tree | 183a45eeb32a5947c96779c0e67c93afcc846f5b /chrome/nacl | |
parent | 500901ec846ec5b3cf4eee86a30ca245a550dbe6 (diff) | |
download | chromium_src-4e483c64be5136b785e92c5baa971baca7eea2bc.zip chromium_src-4e483c64be5136b785e92c5baa971baca7eea2bc.tar.gz chromium_src-4e483c64be5136b785e92c5baa971baca7eea2bc.tar.bz2 |
Turn components/crash into a layered component.
The crash component cannot be used on iOS (as it depends on //content).
Turn it into a layered component so that it is possible to put shared
code related to crash there (components/crash_keys and objc_zombie.{h,mm}).
BUG=522955
TBR=sky@chromium.org
TBR=jschuh@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1315303004
Cr-Commit-Position: refs/heads/master@{#349384}
Diffstat (limited to 'chrome/nacl')
-rw-r--r-- | chrome/nacl/nacl_exe_win_64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_exe_win_64.cc b/chrome/nacl/nacl_exe_win_64.cc index d8fd8ad..5727ebb 100644 --- a/chrome/nacl/nacl_exe_win_64.cc +++ b/chrome/nacl/nacl_exe_win_64.cc @@ -6,7 +6,7 @@ #include "base/command_line.h" #include "base/lazy_instance.h" #include "chrome/app/chrome_crash_reporter_client.h" -#include "components/crash/app/breakpad_win.h" +#include "components/crash/content/app/breakpad_win.h" #include "components/nacl/loader/nacl_helper_win_64.h" #include "content/public/common/content_switches.h" |