summaryrefslogtreecommitdiffstats
path: root/chrome/app/client_util.cc
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-09-18 03:33:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-18 10:33:52 +0000
commit8ba0b88ca93a3ec2fc75e5fb3afdc49775313ad3 (patch)
treed4063a043beb9a4a037121e9163777c32517837b /chrome/app/client_util.cc
parente14607adb75b409558e84b997bfcc294771ab543 (diff)
downloadchromium_src-8ba0b88ca93a3ec2fc75e5fb3afdc49775313ad3.zip
chromium_src-8ba0b88ca93a3ec2fc75e5fb3afdc49775313ad3.tar.gz
chromium_src-8ba0b88ca93a3ec2fc75e5fb3afdc49775313ad3.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@{#349643}
Diffstat (limited to 'chrome/app/client_util.cc')
-rw-r--r--chrome/app/client_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc
index 963b9db..4a156a7 100644
--- a/chrome/app/client_util.cc
+++ b/chrome/app/client_util.cc
@@ -38,8 +38,8 @@
#include "chrome/installer/util/google_update_settings.h"
#include "chrome/installer/util/install_util.h"
#include "chrome/installer/util/util_constants.h"
-#include "components/crash/app/breakpad_win.h"
-#include "components/crash/app/crash_reporter_client.h"
+#include "components/crash/content/app/breakpad_win.h"
+#include "components/crash/content/app/crash_reporter_client.h"
#include "components/metrics/client_info.h"
#include "content/public/app/startup_helper_win.h"
#include "sandbox/win/src/sandbox.h"