diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 08:09:32 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 08:09:32 +0000 |
commit | 8ab19f698d84afb4ec3549f79366c0c1cb0aaeae (patch) | |
tree | eda9a3af5aee6ecf72af053ca74a8bdb73a71e3c /chrome/app/breakpad_linux.cc | |
parent | ed8f4eb15489241616e8e7374731c203bc3a02f3 (diff) | |
download | chromium_src-8ab19f698d84afb4ec3549f79366c0c1cb0aaeae.zip chromium_src-8ab19f698d84afb4ec3549f79366c0c1cb0aaeae.tar.gz chromium_src-8ab19f698d84afb4ec3549f79366c0c1cb0aaeae.tar.bz2 |
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
Diffstat (limited to 'chrome/app/breakpad_linux.cc')
-rw-r--r-- | chrome/app/breakpad_linux.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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 <algorithm> #include <string> +#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 <android/log.h> |