From 8ab19f698d84afb4ec3549f79366c0c1cb0aaeae Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Thu, 18 Jul 2013 08:09:32 +0000 Subject: Remove dependency from breakpad files on chrome switches. BUG=247431 R=mark@chromium.org Review URL: https://codereview.chromium.org/19556005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212276 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/breakpad_linux.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/app/breakpad_linux.cc') diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc index 06052ebf..93b1a9f 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -22,6 +22,7 @@ #include #include +#include "base/base_switches.h" #include "base/command_line.h" #include "base/debug/crash_logging.h" #include "base/files/file_path.h" @@ -39,12 +40,12 @@ #include "chrome/app/breakpad_linux_impl.h" #include "chrome/browser/crash_upload_list.h" #include "chrome/common/child_process_logging.h" -#include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_version_info_posix.h" #include "chrome/common/crash_keys.h" #include "chrome/common/env_vars.h" #include "components/breakpad/breakpad_client.h" #include "content/public/common/content_descriptors.h" +#include "content/public/common/content_switches.h" #if defined(OS_ANDROID) #include -- cgit v1.1